org.dmtf.schemas.wscim.rasd
Enum ConsumerVisibilityTypeBaseBaseMember0

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

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

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

UNKNOWN

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

See Also:
UNKNOWN_VALUE

PASSED_THROUGH

public static final ConsumerVisibilityTypeBaseBaseMember0 PASSED_THROUGH
The 'Passed Through' literal object.

See Also:
PASSED_THROUGH_VALUE

VIRTUALIZED

public static final ConsumerVisibilityTypeBaseBaseMember0 VIRTUALIZED
The 'Virtualized' literal object.

See Also:
VIRTUALIZED_VALUE

NOT_REPRESENTED

public static final ConsumerVisibilityTypeBaseBaseMember0 NOT_REPRESENTED
The 'Not represented' literal object.

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

PASSED_THROUGH_VALUE

public static final int PASSED_THROUGH_VALUE
The 'Passed Through' literal value.

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

See Also:
PASSED_THROUGH, Constant Field Values

VIRTUALIZED_VALUE

public static final int VIRTUALIZED_VALUE
The 'Virtualized' literal value.

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

See Also:
VIRTUALIZED, Constant Field Values

NOT_REPRESENTED_VALUE

public static final int NOT_REPRESENTED_VALUE
The 'Not represented' literal value.

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

See Also:
NOT_REPRESENTED, Constant Field Values

VALUES

public static final java.util.List<ConsumerVisibilityTypeBaseBaseMember0> VALUES
A public read-only list of all the 'Consumer Visibility Type Base Base Member0' enumerators.

Method Detail

values

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

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

valueOf

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


getByName

public static ConsumerVisibilityTypeBaseBaseMember0 getByName(java.lang.String name)
Returns the 'Consumer Visibility Type Base Base Member0' literal with the specified name.


get

public static ConsumerVisibilityTypeBaseBaseMember0 get(int value)
Returns the 'Consumer Visibility 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<ConsumerVisibilityTypeBaseBaseMember0>


© Copyright 2008 IBM Corp. 2008 All Rights Reserved