org.dmtf.schemas.ovf.envelope
Enum PropertyTypeType

java.lang.Object
  extended by java.lang.Enum<PropertyTypeType>
      extended by org.dmtf.schemas.ovf.envelope.PropertyTypeType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PropertyTypeType>, Enumerator

public enum PropertyTypeType
extends java.lang.Enum<PropertyTypeType>
implements Enumerator

A representation of the literals of the enumeration 'Property Type Type', and utility methods for working with them.

See Also:
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

STRING

public static final PropertyTypeType STRING
The 'String' literal object.

See Also:
STRING_VALUE

UINT8

public static final PropertyTypeType UINT8
The 'Uint8' literal object.

See Also:
UINT8_VALUE

SINT8

public static final PropertyTypeType SINT8
The 'Sint8' literal object.

See Also:
SINT8_VALUE

UINT16

public static final PropertyTypeType UINT16
The 'Uint16' literal object.

See Also:
UINT16_VALUE

SINT16

public static final PropertyTypeType SINT16
The 'Sint16' literal object.

See Also:
SINT16_VALUE

UINT32

public static final PropertyTypeType UINT32
The 'Uint32' literal object.

See Also:
UINT32_VALUE

SINT32

public static final PropertyTypeType SINT32
The 'Sint32' literal object.

See Also:
SINT32_VALUE

UINT64

public static final PropertyTypeType UINT64
The 'Uint64' literal object.

See Also:
UINT64_VALUE

SINT64

public static final PropertyTypeType SINT64
The 'Sint64' literal object.

See Also:
SINT64_VALUE

BOOLEAN

public static final PropertyTypeType BOOLEAN
The 'Boolean' literal object.

See Also:
BOOLEAN_VALUE

REAL32

public static final PropertyTypeType REAL32
The 'Real32' literal object.

See Also:
REAL32_VALUE

REAL64

public static final PropertyTypeType REAL64
The 'Real64' literal object.

See Also:
REAL64_VALUE
Field Detail

STRING_VALUE

public static final int STRING_VALUE
The 'String' literal value.

If the meaning of 'String' literal object isn't clear, there really should be more of a description here...

See Also:
STRING, Constant Field Values

UINT8_VALUE

public static final int UINT8_VALUE
The 'Uint8' literal value.

If the meaning of 'Uint8' literal object isn't clear, there really should be more of a description here...

See Also:
UINT8, Constant Field Values

SINT8_VALUE

public static final int SINT8_VALUE
The 'Sint8' literal value.

If the meaning of 'Sint8' literal object isn't clear, there really should be more of a description here...

See Also:
SINT8, Constant Field Values

UINT16_VALUE

public static final int UINT16_VALUE
The 'Uint16' literal value.

If the meaning of 'Uint16' literal object isn't clear, there really should be more of a description here...

See Also:
UINT16, Constant Field Values

SINT16_VALUE

public static final int SINT16_VALUE
The 'Sint16' literal value.

If the meaning of 'Sint16' literal object isn't clear, there really should be more of a description here...

See Also:
SINT16, Constant Field Values

UINT32_VALUE

public static final int UINT32_VALUE
The 'Uint32' literal value.

If the meaning of 'Uint32' literal object isn't clear, there really should be more of a description here...

See Also:
UINT32, Constant Field Values

SINT32_VALUE

public static final int SINT32_VALUE
The 'Sint32' literal value.

If the meaning of 'Sint32' literal object isn't clear, there really should be more of a description here...

See Also:
SINT32, Constant Field Values

UINT64_VALUE

public static final int UINT64_VALUE
The 'Uint64' literal value.

If the meaning of 'Uint64' literal object isn't clear, there really should be more of a description here...

See Also:
UINT64, Constant Field Values

SINT64_VALUE

public static final int SINT64_VALUE
The 'Sint64' literal value.

If the meaning of 'Sint64' literal object isn't clear, there really should be more of a description here...

See Also:
SINT64, Constant Field Values

BOOLEAN_VALUE

public static final int BOOLEAN_VALUE
The 'Boolean' literal value.

If the meaning of 'Boolean' literal object isn't clear, there really should be more of a description here...

See Also:
BOOLEAN, Constant Field Values

REAL32_VALUE

public static final int REAL32_VALUE
The 'Real32' literal value.

If the meaning of 'Real32' literal object isn't clear, there really should be more of a description here...

See Also:
REAL32, Constant Field Values

REAL64_VALUE

public static final int REAL64_VALUE
The 'Real64' literal value.

If the meaning of 'Real64' literal object isn't clear, there really should be more of a description here...

See Also:
REAL64, Constant Field Values

VALUES

public static final java.util.List<PropertyTypeType> VALUES
A public read-only list of all the 'Property Type Type' enumerators.

Method Detail

values

public static final PropertyTypeType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(PropertyTypeType c : PropertyTypeType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static PropertyTypeType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

get

public static PropertyTypeType get(java.lang.String literal)
Returns the 'Property Type Type' literal with the specified literal value.


getByName

public static PropertyTypeType getByName(java.lang.String name)
Returns the 'Property Type Type' literal with the specified name.


get

public static PropertyTypeType get(int value)
Returns the 'Property Type Type' literal with the specified integer value.


getValue

public int getValue()

Specified by:
getValue in interface Enumerator

getName

public java.lang.String getName()

Specified by:
getName in interface Enumerator

getLiteral

public java.lang.String getLiteral()

Specified by:
getLiteral in interface Enumerator

toString

public java.lang.String toString()
Returns the literal value of the enumerator, which is its string representation.

Overrides:
toString in class java.lang.Enum<PropertyTypeType>

isIntegerType

public boolean isIntegerType()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved