|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MappingBehaviorTypeBaseBaseMember0>
org.dmtf.schemas.wscim.rasd.MappingBehaviorTypeBaseBaseMember0
public enum MappingBehaviorTypeBaseBaseMember0
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 |
---|
public static final MappingBehaviorTypeBaseBaseMember0 UNKNOWN
UNKNOWN_VALUE
public static final MappingBehaviorTypeBaseBaseMember0 NOT_SUPPORTED
NOT_SUPPORTED_VALUE
public static final MappingBehaviorTypeBaseBaseMember0 DEDICATED
DEDICATED_VALUE
public static final MappingBehaviorTypeBaseBaseMember0 SOFT_AFFINITY
SOFT_AFFINITY_VALUE
public static final MappingBehaviorTypeBaseBaseMember0 HARD_AFFINITY
HARD_AFFINITY_VALUE
Field Detail |
---|
public static final int UNKNOWN_VALUE
If the meaning of 'Unknown' literal object isn't clear, there really should be more of a description here...
UNKNOWN
,
Constant Field Valuespublic static final int NOT_SUPPORTED_VALUE
If the meaning of 'Not Supported' literal object isn't clear, there really should be more of a description here...
NOT_SUPPORTED
,
Constant Field Valuespublic static final int DEDICATED_VALUE
If the meaning of 'Dedicated' literal object isn't clear, there really should be more of a description here...
DEDICATED
,
Constant Field Valuespublic static final int SOFT_AFFINITY_VALUE
If the meaning of 'Soft Affinity' literal object isn't clear, there really should be more of a description here...
SOFT_AFFINITY
,
Constant Field Valuespublic static final int HARD_AFFINITY_VALUE
If the meaning of 'Hard Affinity' literal object isn't clear, there really should be more of a description here...
HARD_AFFINITY
,
Constant Field Valuespublic static final java.util.List<MappingBehaviorTypeBaseBaseMember0> VALUES
Method Detail |
---|
public static final MappingBehaviorTypeBaseBaseMember0[] values()
for(MappingBehaviorTypeBaseBaseMember0 c : MappingBehaviorTypeBaseBaseMember0.values()) System.out.println(c);
public static MappingBehaviorTypeBaseBaseMember0 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 MappingBehaviorTypeBaseBaseMember0 get(java.lang.String literal)
public static MappingBehaviorTypeBaseBaseMember0 getByName(java.lang.String name)
public static MappingBehaviorTypeBaseBaseMember0 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<MappingBehaviorTypeBaseBaseMember0>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |