public enum DateValueExtensionType extends Enum<DateValueExtensionType>
Java class for DateValueExtensionType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DateValueExtensionType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Not Applicable"/>
<enumeration value="Unknown"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
NOT_APPLICABLE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static DateValueExtensionType |
fromValue(String v) |
String |
value() |
static DateValueExtensionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateValueExtensionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateValueExtensionType NOT_APPLICABLE
public static final DateValueExtensionType UNKNOWN
public static DateValueExtensionType[] values()
for (DateValueExtensionType c : DateValueExtensionType.values()) System.out.println(c);
public static DateValueExtensionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static DateValueExtensionType fromValue(String v)
Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.