org.openmi.standard
Enum IQuantity.ValueType

java.lang.Object
  extended by java.lang.Enum<IQuantity.ValueType>
      extended by org.openmi.standard.IQuantity.ValueType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<IQuantity.ValueType>
Enclosing interface:
IQuantity

public static enum IQuantity.ValueType
extends java.lang.Enum<IQuantity.ValueType>

Value(Set)Type for Quantity.


Enum Constant Summary
Scalar
          ValueSet for the IQuantity contains scalars.
Vector
          ValueSet for the Quantity contains vectors.
 
Method Summary
 int getValue()
          int flag value to a given enum base type.
static IQuantity.ValueType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IQuantity.ValueType[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Scalar

public static final IQuantity.ValueType Scalar
ValueSet for the IQuantity contains scalars.


Vector

public static final IQuantity.ValueType Vector
ValueSet for the Quantity contains vectors.

Method Detail

values

public static final IQuantity.ValueType[] 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(IQuantity.ValueType c : IQuantity.ValueType.values())
        System.out.println(c);

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

valueOf

public static IQuantity.ValueType 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

getValue

public int getValue()
int flag value to a given enum base type.

Returns:
The integer flag value