|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PropertyTypeType>
org.dmtf.schemas.ovf.envelope.PropertyTypeType
public enum PropertyTypeType
A representation of the literals of the enumeration 'Property Type Type', and utility methods for working with them.
EnvelopePackage.getPropertyTypeType()
Enum Constant Summary | |
---|---|
BOOLEAN
The 'Boolean' literal object. |
|
REAL32
The 'Real32' literal object. |
|
REAL64
The 'Real64' literal object. |
|
SINT16
The 'Sint16' literal object. |
|
SINT32
The 'Sint32' literal object. |
|
SINT64
The 'Sint64' literal object. |
|
SINT8
The 'Sint8' literal object. |
|
STRING
The 'String' literal object. |
|
UINT16
The 'Uint16' literal object. |
|
UINT32
The 'Uint32' literal object. |
|
UINT64
The 'Uint64' literal object. |
|
UINT8
The 'Uint8' literal object. |
Field Summary | |
---|---|
static int |
BOOLEAN_VALUE
The 'Boolean' literal value. |
static int |
REAL32_VALUE
The 'Real32' literal value. |
static int |
REAL64_VALUE
The 'Real64' literal value. |
static int |
SINT16_VALUE
The 'Sint16' literal value. |
static int |
SINT32_VALUE
The 'Sint32' literal value. |
static int |
SINT64_VALUE
The 'Sint64' literal value. |
static int |
SINT8_VALUE
The 'Sint8' literal value. |
static int |
STRING_VALUE
The 'String' literal value. |
static int |
UINT16_VALUE
The 'Uint16' literal value. |
static int |
UINT32_VALUE
The 'Uint32' literal value. |
static int |
UINT64_VALUE
The 'Uint64' literal value. |
static int |
UINT8_VALUE
The 'Uint8' literal value. |
static java.util.List<PropertyTypeType> |
VALUES
A public read-only list of all the 'Property Type Type' enumerators. |
Method Summary | |
---|---|
static PropertyTypeType |
get(int value)
Returns the 'Property Type Type' literal with the specified integer value. |
static PropertyTypeType |
get(java.lang.String literal)
Returns the 'Property Type Type' literal with the specified literal value. |
static PropertyTypeType |
getByName(java.lang.String name)
Returns the 'Property Type Type' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
boolean |
isIntegerType()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static PropertyTypeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PropertyTypeType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PropertyTypeType STRING
STRING_VALUE
public static final PropertyTypeType UINT8
UINT8_VALUE
public static final PropertyTypeType SINT8
SINT8_VALUE
public static final PropertyTypeType UINT16
UINT16_VALUE
public static final PropertyTypeType SINT16
SINT16_VALUE
public static final PropertyTypeType UINT32
UINT32_VALUE
public static final PropertyTypeType SINT32
SINT32_VALUE
public static final PropertyTypeType UINT64
UINT64_VALUE
public static final PropertyTypeType SINT64
SINT64_VALUE
public static final PropertyTypeType BOOLEAN
BOOLEAN_VALUE
public static final PropertyTypeType REAL32
REAL32_VALUE
public static final PropertyTypeType REAL64
REAL64_VALUE
Field Detail |
---|
public static final int STRING_VALUE
If the meaning of 'String' literal object isn't clear, there really should be more of a description here...
STRING
,
Constant Field Valuespublic static final int UINT8_VALUE
If the meaning of 'Uint8' literal object isn't clear, there really should be more of a description here...
UINT8
,
Constant Field Valuespublic static final int SINT8_VALUE
If the meaning of 'Sint8' literal object isn't clear, there really should be more of a description here...
SINT8
,
Constant Field Valuespublic static final int UINT16_VALUE
If the meaning of 'Uint16' literal object isn't clear, there really should be more of a description here...
UINT16
,
Constant Field Valuespublic static final int SINT16_VALUE
If the meaning of 'Sint16' literal object isn't clear, there really should be more of a description here...
SINT16
,
Constant Field Valuespublic static final int UINT32_VALUE
If the meaning of 'Uint32' literal object isn't clear, there really should be more of a description here...
UINT32
,
Constant Field Valuespublic static final int SINT32_VALUE
If the meaning of 'Sint32' literal object isn't clear, there really should be more of a description here...
SINT32
,
Constant Field Valuespublic static final int UINT64_VALUE
If the meaning of 'Uint64' literal object isn't clear, there really should be more of a description here...
UINT64
,
Constant Field Valuespublic static final int SINT64_VALUE
If the meaning of 'Sint64' literal object isn't clear, there really should be more of a description here...
SINT64
,
Constant Field Valuespublic static final int BOOLEAN_VALUE
If the meaning of 'Boolean' literal object isn't clear, there really should be more of a description here...
BOOLEAN
,
Constant Field Valuespublic static final int REAL32_VALUE
If the meaning of 'Real32' literal object isn't clear, there really should be more of a description here...
REAL32
,
Constant Field Valuespublic static final int REAL64_VALUE
If the meaning of 'Real64' literal object isn't clear, there really should be more of a description here...
REAL64
,
Constant Field Valuespublic static final java.util.List<PropertyTypeType> VALUES
Method Detail |
---|
public static final PropertyTypeType[] values()
for(PropertyTypeType c : PropertyTypeType.values()) System.out.println(c);
public static PropertyTypeType 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 namepublic static PropertyTypeType get(java.lang.String literal)
public static PropertyTypeType getByName(java.lang.String name)
public static PropertyTypeType get(int value)
public int getValue()
getValue
in interface Enumerator
public java.lang.String getName()
getName
in interface Enumerator
public java.lang.String getLiteral()
getLiteral
in interface Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<PropertyTypeType>
public boolean isIntegerType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |