public enum Attributepropertyname extends java.lang.Enum<Attributepropertyname>
Java class for attributepropertyname.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="attributepropertyname"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="AUTOGEN"/> <enumeration value="DATATYPE"/> <enumeration value="HASUNIT"/> <enumeration value="LENGTH"/> <enumeration value="NAME"/> <enumeration value="OBLIGATORY"/> <enumeration value="UNIQUE"/> <enumeration value="UNIT"/> <enumeration value="UNITID"/> <enumeration value="VALUEFLAG"/> </restriction> </simpleType>
Enum Constant and Description |
---|
AUTOGEN |
DATATYPE |
HASUNIT |
LENGTH |
NAME |
OBLIGATORY |
UNIQUE |
UNIT |
UNITID |
VALUEFLAG |
Modifier and Type | Method and Description |
---|---|
static Attributepropertyname |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static Attributepropertyname |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Attributepropertyname[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Attributepropertyname AUTOGEN
public static final Attributepropertyname DATATYPE
public static final Attributepropertyname HASUNIT
public static final Attributepropertyname LENGTH
public static final Attributepropertyname NAME
public static final Attributepropertyname OBLIGATORY
public static final Attributepropertyname UNIQUE
public static final Attributepropertyname UNIT
public static final Attributepropertyname UNITID
public static final Attributepropertyname VALUEFLAG
public static Attributepropertyname[] values()
for (Attributepropertyname c : Attributepropertyname.values()) System.out.println(c);
public static Attributepropertyname valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static Attributepropertyname fromValue(java.lang.String v)