|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.cim.CIMElement javax.cim.CIMTypedElement javax.cim.CIMValuedElement javax.cim.CIMQualifier
This class represents a CIM qualifier as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004). A qualifier provides additional information about classes, associations, methods, parameters, properties, and/or references. A CIMQualifier must have a CIM Qualifier Type. A qualifier and its qualifier type must have the same name and dataType. CIM Qualifiers can only be applied to elements that are allowed by the scope defined by the CIM Qualifier Type.
CIMQualifierType
,
Serialized FormConstructor Summary | |
CIMQualifier(java.lang.String pName,
CIMDataType pType,
java.lang.Object pValue,
int pFlavor)
Constructs a CIM qualifier with the specified name, type, value, and flavors. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Compares this object against the specified object. |
CIMDataType |
getDataType()
Returns the CIMDataType for this CIM Element. |
int |
getFlavor()
Returns the CIM flavors for this CIM qualifier. |
java.lang.Object |
getValue()
Returns the value for this CIM Element. |
java.lang.String |
toString()
Returns a String representation of the CIMQualifier. |
Methods inherited from class javax.cim.CIMElement |
getName, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CIMQualifier(java.lang.String pName, CIMDataType pType, java.lang.Object pValue, int pFlavor)
pName
- The name of the qualifierpType
- The data type of the qualifierpValue
- The value of the qualifierpFlavor
- a list of override permissions. Flavors can be overriden from
the Qualifier Type definition to either restrict the
subclassing of a qualifier or to allow it. For the list of CIM
Flavors see the CIMFlavor class.CIMFlavor
Method Detail |
public boolean equals(java.lang.Object o)
o
- the object to compare.
public int getFlavor()
public java.lang.String toString()
public java.lang.Object getValue()
public CIMDataType getDataType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |