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