|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TypeNameType>
org.ow2.jasmine.probe.api.generated.TypeNameType
public enum TypeNameType
Java class for typeNameType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="typeNameType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="int"/>
<enumeration value="short"/>
<enumeration value="long"/>
<enumeration value="double"/>
<enumeration value="float"/>
<enumeration value="boolean"/>
<enumeration value="string"/>
<enumeration value="object_name"/>
<enumeration value="unknown"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
BOOLEAN
|
|
DOUBLE
|
|
FLOAT
|
|
INT
|
|
LONG
|
|
OBJECT_NAME
|
|
SHORT
|
|
STRING
|
|
UNKNOWN
|
|
| Method Summary | |
|---|---|
static TypeNameType |
fromValue(String v)
|
String |
value()
|
static TypeNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TypeNameType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TypeNameType INT
public static final TypeNameType SHORT
public static final TypeNameType LONG
public static final TypeNameType DOUBLE
public static final TypeNameType FLOAT
public static final TypeNameType BOOLEAN
public static final TypeNameType STRING
public static final TypeNameType OBJECT_NAME
public static final TypeNameType UNKNOWN
| Method Detail |
|---|
public static TypeNameType[] values()
for (TypeNameType c : TypeNameType.values()) System.out.println(c);
public static TypeNameType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static TypeNameType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||