@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public enum EnumGlueTypeDetailed extends Enum<EnumGlueTypeDetailed>
Java class for EnumGlueTypeDetailed.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumGlueTypeDetailed">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="ColdGlue"/>
<enumeration value="Hotmelt"/>
<enumeration value="Permanent"/>
<enumeration value="PUR"/>
<enumeration value="Removable"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COLD_GLUE |
HOTMELT |
PERMANENT |
PUR |
REMOVABLE |
| Modifier and Type | Method and Description |
|---|---|
static EnumGlueTypeDetailed |
fromValue(String v) |
String |
value() |
static EnumGlueTypeDetailed |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumGlueTypeDetailed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumGlueTypeDetailed COLD_GLUE
public static final EnumGlueTypeDetailed HOTMELT
public static final EnumGlueTypeDetailed PERMANENT
public static final EnumGlueTypeDetailed PUR
public static final EnumGlueTypeDetailed REMOVABLE
public static EnumGlueTypeDetailed[] values()
for (EnumGlueTypeDetailed c : EnumGlueTypeDetailed.values()) System.out.println(c);
public static EnumGlueTypeDetailed 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 EnumGlueTypeDetailed fromValue(String v)
Copyright © 2016. All rights reserved.