public enum EnumURLTypes extends Enum<EnumURLTypes>
Java class for EnumURLTypes.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumURLTypes">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="JDFError"/>
<enumeration value="JDFInput"/>
<enumeration value="JDFOutput"/>
<enumeration value="JMF"/>
<enumeration value="SecureJMF"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
JDF_ERROR |
JDF_INPUT |
JDF_OUTPUT |
JMF |
SECURE_JMF |
| Modifier and Type | Method and Description |
|---|---|
static EnumURLTypes |
fromValue(String v) |
String |
value() |
static EnumURLTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumURLTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumURLTypes JDF_ERROR
public static final EnumURLTypes JDF_INPUT
public static final EnumURLTypes JDF_OUTPUT
public static final EnumURLTypes JMF
public static final EnumURLTypes SECURE_JMF
public static EnumURLTypes[] values()
for (EnumURLTypes c : EnumURLTypes.values()) System.out.println(c);
public static EnumURLTypes 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 EnumURLTypes fromValue(String v)
Copyright © 2012. All Rights Reserved.