|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.dmi.DMIGroup
This class contains the information defined for a particular DMI group.
Constructor Summary | |
---|---|
protected |
DMIGroup()
|
|
DMIGroup(int CompID,
java.lang.String Name,
java.lang.String Pragma,
java.lang.String ClassName,
java.lang.String Description,
int[] KeyIDs)
Create and instance of DMIGroup. |
Method Summary | |
---|---|
java.lang.String |
GetClassName()
Accessor method for retrieving the ClassName for this group. |
java.lang.String |
GetDescription()
Accessor for retrieving the Group Description, if present, that was defined when this group was defined. |
int |
GetID()
Accessor method for retrieving the Group ID. |
int[] |
GetKeyIDs()
Accessor method for retrieving the list of attribute IDs that make up the optional key list. |
java.lang.String |
GetName()
Accessor method for retrieving the Group Name. |
java.lang.String |
GetPragma()
Accessor method for retrieving the optional Pragma definition. |
java.lang.String |
toString()
Dubug method for dumping the contents of the group class as a diaplayable string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected DMIGroup()
public DMIGroup(int CompID, java.lang.String Name, java.lang.String Pragma, java.lang.String ClassName, java.lang.String Description, int[] KeyIDs)
Method Detail |
public int GetID()
public java.lang.String GetName()
public java.lang.String GetPragma()
public java.lang.String GetDescription()
public int[] GetKeyIDs()
public java.lang.String GetClassName()
NOTE: that these are NOT translatable.
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |