|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.cim.CIMElement
javax.cim.CIMQualifier<E>
public class CIMQualifier<E>
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(String pName,
CIMDataType pType,
E pValue,
int pFlavor)
Constructs a CIM qualifier with the specified name, type, value, and flavors. |
|
CIMQualifier(String pName,
CIMDataType pType,
E pValue,
int pFlavor,
boolean pIsPropagated)
|
Method Summary | |
---|---|
boolean |
equals(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. |
E |
getValue()
Returns the value for this CIM Element. |
boolean |
isPropagated()
Determines if this qualifier is propagated. |
String |
toString()
Returns a String representation of the CIMQualifier. |
Methods inherited from class javax.cim.CIMElement |
---|
compareTo, getName, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CIMQualifier(String pName, CIMDataType pType, E 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
public CIMQualifier(String pName, CIMDataType pType, E pValue, int pFlavor, boolean pIsPropagated)
Method Detail |
---|
public boolean equals(Object o)
o
- the object to compare.
public int getFlavor()
public boolean isPropagated()
public String toString()
public E getValue()
public CIMDataType getDataType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |