|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CIMQualifiedElementInterface
Class CIMQualifiedElementInterface is implemented by all qualified CIMElement.
Method Summary | |
---|---|
CIMQualifier<?> |
getQualifier(int pIndex)
Get a qualifier by index. |
CIMQualifier<?> |
getQualifier(java.lang.String pName)
Gets a qualifier by name. |
int |
getQualifierCount()
Get the number of qualifiers defined for this CIM Element. |
CIMQualifier<?>[] |
getQualifiers()
Returns the list of qualifiers for this class. |
java.lang.Object |
getQualifierValue(java.lang.String pName)
Gets a qualifier value by name. |
boolean |
hasQualifier(java.lang.String pName)
Checks whether the specified qualifier is one of the qualifiers in this CIM element. |
boolean |
hasQualifierValue(java.lang.String pName,
java.lang.Object pValue)
Checks whether the specified qualifier is one of the qualifiers defined for this property with the specified value. |
Method Detail |
---|
CIMQualifier<?> getQualifier(int pIndex)
pIndex
- - The index of the qualifier.
pIndex
.CIMQualifier<?> getQualifier(java.lang.String pName)
pName
- - The name of the qualifier to get.
null
if the qualifier does not exist, otherwise
returns the reference to the qualifier.int getQualifierCount()
CIMQualifier<?>[] getQualifiers()
java.lang.Object getQualifierValue(java.lang.String pName)
pName
- - The name of the qualifier to get.
null
if the qualifier does not exist or value is
null
, otherwise returns the reference to the
qualifier.boolean hasQualifier(java.lang.String pName)
pName
- - the name of the qualifier
true
if the qualifier exists in this CIM element,
otherwise false
.boolean hasQualifierValue(java.lang.String pName, java.lang.Object pValue)
pName
- - the name of the qualifierpValue
- - the value to be tested
true
if the qualifier exists and has the value,
otherwise false
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |