public static enum Value.Property extends Enum<Value.Property>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="valid"/>
<enumeration value="invalid"/>
<enumeration value="missing"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static Value.Property |
fromValue(String v) |
String |
value() |
static Value.Property |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Value.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Value.Property VALID
public static final Value.Property INVALID
public static final Value.Property MISSING
public static Value.Property[] values()
for (Value.Property c : Value.Property.values()) System.out.println(c);
public static Value.Property 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 Value.Property fromValue(String v)
Copyright © 2014 University of Tartu. All Rights Reserved.