org.dmtf.schemas.wscim.rasd
Enum MappingBehaviorTypeBaseBaseMember0

java.lang.Object
  extended by java.lang.Enum<MappingBehaviorTypeBaseBaseMember0>
      extended by org.dmtf.schemas.wscim.rasd.MappingBehaviorTypeBaseBaseMember0
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MappingBehaviorTypeBaseBaseMember0>, Enumerator

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

A representation of the literals of the enumeration 'Mapping Behavior Type Base Base Member0', and utility methods for working with them.


Enum Constant Summary
DEDICATED
          The 'Dedicated' literal object.
HARD_AFFINITY
          The 'Hard Affinity' literal object.
NOT_SUPPORTED
          The 'Not Supported' literal object.
SOFT_AFFINITY
          The 'Soft Affinity' literal object.
UNKNOWN
          The 'Unknown' literal object.
 
Field Summary
static int DEDICATED_VALUE
          The 'Dedicated' literal value.
static int HARD_AFFINITY_VALUE
          The 'Hard Affinity' literal value.
static int NOT_SUPPORTED_VALUE
          The 'Not Supported' literal value.
static int SOFT_AFFINITY_VALUE
          The 'Soft Affinity' literal value.
static int UNKNOWN_VALUE
          The 'Unknown' literal value.
static java.util.List<MappingBehaviorTypeBaseBaseMember0> VALUES
          A public read-only list of all the 'Mapping Behavior Type Base Base Member0' enumerators.
 
Method Summary
static MappingBehaviorTypeBaseBaseMember0 get(int value)
          Returns the 'Mapping Behavior Type Base Base Member0' literal with the specified integer value.
static MappingBehaviorTypeBaseBaseMember0 get(java.lang.String literal)
          Returns the 'Mapping Behavior Type Base Base Member0' literal with the specified literal value.
static MappingBehaviorTypeBaseBaseMember0 getByName(java.lang.String name)
          Returns the 'Mapping Behavior Type Base Base Member0' literal with the specified name.
 java.lang.String getLiteral()
           
 java.lang.String getName()
           
 int getValue()
           
 java.lang.String toString()
          Returns the literal value of the enumerator, which is its string representation.
static MappingBehaviorTypeBaseBaseMember0 valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MappingBehaviorTypeBaseBaseMember0[] 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

UNKNOWN

public static final MappingBehaviorTypeBaseBaseMember0 UNKNOWN
The 'Unknown' literal object.

See Also:
UNKNOWN_VALUE

NOT_SUPPORTED

public static final MappingBehaviorTypeBaseBaseMember0 NOT_SUPPORTED
The 'Not Supported' literal object.

See Also:
NOT_SUPPORTED_VALUE

DEDICATED

public static final MappingBehaviorTypeBaseBaseMember0 DEDICATED
The 'Dedicated' literal object.

See Also:
DEDICATED_VALUE

SOFT_AFFINITY

public static final MappingBehaviorTypeBaseBaseMember0 SOFT_AFFINITY
The 'Soft Affinity' literal object.

See Also:
SOFT_AFFINITY_VALUE

HARD_AFFINITY

public static final MappingBehaviorTypeBaseBaseMember0 HARD_AFFINITY
The 'Hard Affinity' literal object.

See Also:
HARD_AFFINITY_VALUE
Field Detail

UNKNOWN_VALUE

public static final int UNKNOWN_VALUE
The 'Unknown' literal value.

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

See Also:
UNKNOWN, Constant Field Values

NOT_SUPPORTED_VALUE

public static final int NOT_SUPPORTED_VALUE
The 'Not Supported' literal value.

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

See Also:
NOT_SUPPORTED, Constant Field Values

DEDICATED_VALUE

public static final int DEDICATED_VALUE
The 'Dedicated' literal value.

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

See Also:
DEDICATED, Constant Field Values

SOFT_AFFINITY_VALUE

public static final int SOFT_AFFINITY_VALUE
The 'Soft Affinity' literal value.

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

See Also:
SOFT_AFFINITY, Constant Field Values

HARD_AFFINITY_VALUE

public static final int HARD_AFFINITY_VALUE
The 'Hard Affinity' literal value.

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

See Also:
HARD_AFFINITY, Constant Field Values

VALUES

public static final java.util.List<MappingBehaviorTypeBaseBaseMember0> VALUES
A public read-only list of all the 'Mapping Behavior Type Base Base Member0' enumerators.

Method Detail

values

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

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

valueOf

public static MappingBehaviorTypeBaseBaseMember0 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 MappingBehaviorTypeBaseBaseMember0 get(java.lang.String literal)
Returns the 'Mapping Behavior Type Base Base Member0' literal with the specified literal value.


getByName

public static MappingBehaviorTypeBaseBaseMember0 getByName(java.lang.String name)
Returns the 'Mapping Behavior Type Base Base Member0' literal with the specified name.


get

public static MappingBehaviorTypeBaseBaseMember0 get(int value)
Returns the 'Mapping Behavior Type Base Base Member0' 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<MappingBehaviorTypeBaseBaseMember0>


© Copyright 2008 IBM Corp. 2008 All Rights Reserved