|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ConsumerVisibilityTypeBaseBaseMember0>
org.dmtf.schemas.wscim.rasd.ConsumerVisibilityTypeBaseBaseMember0
public enum ConsumerVisibilityTypeBaseBaseMember0
A representation of the literals of the enumeration 'Consumer Visibility Type Base Base Member0', and utility methods for working with them.
Enum Constant Summary | |
---|---|
NOT_REPRESENTED
The 'Not represented' literal object. |
|
PASSED_THROUGH
The 'Passed Through' literal object. |
|
UNKNOWN
The 'Unknown' literal object. |
|
VIRTUALIZED
The 'Virtualized' literal object. |
Field Summary | |
---|---|
static int |
NOT_REPRESENTED_VALUE
The 'Not represented' literal value. |
static int |
PASSED_THROUGH_VALUE
The 'Passed Through' literal value. |
static int |
UNKNOWN_VALUE
The 'Unknown' literal value. |
static java.util.List<ConsumerVisibilityTypeBaseBaseMember0> |
VALUES
A public read-only list of all the 'Consumer Visibility Type Base Base Member0' enumerators. |
static int |
VIRTUALIZED_VALUE
The 'Virtualized' literal value. |
Method Summary | |
---|---|
static ConsumerVisibilityTypeBaseBaseMember0 |
get(int value)
Returns the 'Consumer Visibility Type Base Base Member0' literal with the specified integer value. |
static ConsumerVisibilityTypeBaseBaseMember0 |
get(java.lang.String literal)
Returns the 'Consumer Visibility Type Base Base Member0' literal with the specified literal value. |
static ConsumerVisibilityTypeBaseBaseMember0 |
getByName(java.lang.String name)
Returns the 'Consumer Visibility 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 ConsumerVisibilityTypeBaseBaseMember0 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConsumerVisibilityTypeBaseBaseMember0[] |
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 ConsumerVisibilityTypeBaseBaseMember0 UNKNOWN
UNKNOWN_VALUE
public static final ConsumerVisibilityTypeBaseBaseMember0 PASSED_THROUGH
PASSED_THROUGH_VALUE
public static final ConsumerVisibilityTypeBaseBaseMember0 VIRTUALIZED
VIRTUALIZED_VALUE
public static final ConsumerVisibilityTypeBaseBaseMember0 NOT_REPRESENTED
NOT_REPRESENTED_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 PASSED_THROUGH_VALUE
If the meaning of 'Passed Through' literal object isn't clear, there really should be more of a description here...
PASSED_THROUGH
,
Constant Field Valuespublic static final int VIRTUALIZED_VALUE
If the meaning of 'Virtualized' literal object isn't clear, there really should be more of a description here...
VIRTUALIZED
,
Constant Field Valuespublic static final int NOT_REPRESENTED_VALUE
If the meaning of 'Not represented' literal object isn't clear, there really should be more of a description here...
NOT_REPRESENTED
,
Constant Field Valuespublic static final java.util.List<ConsumerVisibilityTypeBaseBaseMember0> VALUES
Method Detail |
---|
public static final ConsumerVisibilityTypeBaseBaseMember0[] values()
for(ConsumerVisibilityTypeBaseBaseMember0 c : ConsumerVisibilityTypeBaseBaseMember0.values()) System.out.println(c);
public static ConsumerVisibilityTypeBaseBaseMember0 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 ConsumerVisibilityTypeBaseBaseMember0 get(java.lang.String literal)
public static ConsumerVisibilityTypeBaseBaseMember0 getByName(java.lang.String name)
public static ConsumerVisibilityTypeBaseBaseMember0 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<ConsumerVisibilityTypeBaseBaseMember0>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |