|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.cim.aCIMQualifier
This class represents a CIM Qualifier. It contains information about a particular property/class qualifier. This is implemented as an abstract class so that an implementor could provide the wrappings that might be neccessary in a given environment.
CIMAccessor
Field Summary | |
---|---|
static int |
CIM_FLAVOR_FLAG_PROPAGATE_TO_DERIVED_CLASS
|
static int |
CIM_FLAVOR_FLAG_PROPAGATE_TO_INSTANCE
|
static int |
CIM_FLAVOR_NOT_OVERRIDABLE
|
static int |
CIM_FLAVOR_ORIGIN_PROPAGATED
|
static int |
CIM_FLAVOR_ORIGIN_SYSTEM
|
static int |
CIM_FLAVOR_OVERRIDABLE
|
static int |
CIM_TYPE_BOOLEAN
|
static int |
CIM_TYPE_CHAR16
|
static int |
CIM_TYPE_DATETIME
|
static int |
CIM_TYPE_EMPTY
|
static int |
CIM_TYPE_FLAG_ARRAY
|
static int |
CIM_TYPE_ILLEGAL
|
static int |
CIM_TYPE_OBJECT
|
static int |
CIM_TYPE_REAL32
|
static int |
CIM_TYPE_REAL64
|
static int |
CIM_TYPE_REFERENCE
|
static int |
CIM_TYPE_SINT16
|
static int |
CIM_TYPE_SINT32
|
static int |
CIM_TYPE_SINT64
|
static int |
CIM_TYPE_SINT8
|
static int |
CIM_TYPE_STRING
|
static int |
CIM_TYPE_UINT16
|
static int |
CIM_TYPE_UINT32
|
static int |
CIM_TYPE_UINT64
|
static int |
CIM_TYPE_UINT8
|
Constructor Summary | |
---|---|
aCIMQualifier(java.lang.String Name,
int Flavor,
int Type,
java.lang.Object[] Value)
Construct a new qualifier. |
Method Summary | |
---|---|
int |
GetFlavor()
Retrieves the Flavor of this qualifier as an integer value. |
java.lang.String |
GetFlavorString()
Retrieves the Flavor of this qualifier as a displayable string. |
protected static java.lang.String |
GetFlavorString(int Flavor1)
Static method used to convert a CIM Flavor to a displayable string version of that flavor. |
java.lang.String |
GetName()
Retrieves this Qualifiers name |
int |
GetType()
Retrieves the Type of this qualifier as an integer value. |
java.lang.String |
GetTypeString()
Retrieves the Type of this qualifier as a displayable string. |
protected static java.lang.String |
GetTypeString(int Type1)
Static method used to convert a CIM Type to a displayable string version of that Type. |
java.lang.Object[] |
GetValueArray()
Retrieve the Value array for this qualifier |
int |
GetValueArraySize()
Retrieve the number of value elements present for this qualifier |
java.lang.Object |
GetValueElement(int x)
Retrieve an element of the value array |
java.lang.String |
GetValueElementAsString(int x)
Retrieve an element of the value array as a displayable string |
java.lang.String |
toString()
To aid with debugging, this method will return the contents of this qualifier as a displayable string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int CIM_TYPE_ILLEGAL
public static final int CIM_TYPE_EMPTY
public static final int CIM_TYPE_SINT8
public static final int CIM_TYPE_UINT8
public static final int CIM_TYPE_SINT16
public static final int CIM_TYPE_UINT16
public static final int CIM_TYPE_SINT32
public static final int CIM_TYPE_UINT32
public static final int CIM_TYPE_SINT64
public static final int CIM_TYPE_UINT64
public static final int CIM_TYPE_REAL32
public static final int CIM_TYPE_REAL64
public static final int CIM_TYPE_BOOLEAN
public static final int CIM_TYPE_STRING
public static final int CIM_TYPE_DATETIME
public static final int CIM_TYPE_REFERENCE
public static final int CIM_TYPE_CHAR16
public static final int CIM_TYPE_OBJECT
public static final int CIM_TYPE_FLAG_ARRAY
public static final int CIM_FLAVOR_FLAG_PROPAGATE_TO_INSTANCE
public static final int CIM_FLAVOR_FLAG_PROPAGATE_TO_DERIVED_CLASS
public static final int CIM_FLAVOR_OVERRIDABLE
public static final int CIM_FLAVOR_NOT_OVERRIDABLE
public static final int CIM_FLAVOR_ORIGIN_PROPAGATED
public static final int CIM_FLAVOR_ORIGIN_SYSTEM
Constructor Detail |
public aCIMQualifier(java.lang.String Name, int Flavor, int Type, java.lang.Object[] Value)
NOTE that this constructor is really only intended for use by the enumeration functions use.
Method Detail |
public java.lang.String GetName()
public int GetFlavor()
public int GetType()
public java.lang.Object[] GetValueArray()
public java.lang.Object GetValueElement(int x)
public java.lang.String GetFlavorString()
protected static java.lang.String GetFlavorString(int Flavor1)
public java.lang.String GetTypeString()
protected static java.lang.String GetTypeString(int Type1)
public int GetValueArraySize()
public java.lang.String GetValueElementAsString(int x)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |