|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.dmi.DMIEnumValues
This class represents a DMI enumeration value/ID pair.
Constructor Summary | |
---|---|
DMIEnumValues(int ID,
java.lang.String Value)
Construct an enumeration value/ID pair. |
Method Summary | |
---|---|
int |
GetID()
Accessor method to allow the retrieval of the numeric ID associated with this pair. |
java.lang.String |
GetValue()
Accessor method to all the retrieval of the readable string value associated with this pair. |
java.lang.String |
toString()
Debug method to dump the ID and readable string of this enumeration value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DMIEnumValues(int ID, java.lang.String Value)
Method Detail |
public int GetID()
public java.lang.String GetValue()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |