public enum StandardTconormType extends java.lang.Enum<StandardTconormType>
Java class for standardTconormType.
<simpleType name="standardTconormType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MAX"/> <enumeration value="PROBOR"/> <enumeration value="BSUM"/> <enumeration value="DRS"/> <enumeration value="ESUM"/> <enumeration value="HSUM"/> <enumeration value="NILMAX"/> </restriction> </simpleType>
Enum Constant and Description |
---|
BSUM |
DRS |
ESUM |
HSUM |
MAX |
NILMAX |
PROBOR |
Modifier and Type | Method and Description |
---|---|
static StandardTconormType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static StandardTconormType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardTconormType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardTconormType MAX
public static final StandardTconormType PROBOR
public static final StandardTconormType BSUM
public static final StandardTconormType DRS
public static final StandardTconormType ESUM
public static final StandardTconormType HSUM
public static final StandardTconormType NILMAX
public static StandardTconormType[] values()
for (StandardTconormType c : StandardTconormType.values()) System.out.println(c);
public static StandardTconormType 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 StandardTconormType fromValue(java.lang.String v)