|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.cim.CIMScope
This class represents a CIM Scope as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004). This class is used in a CIMQualifierType to define what elements the qualifier can be applied to.
CIMQualifierType
,
Serialized FormField Summary | |
static int |
ANY
Scope representing a qualifier that can be applied to any element. |
static int |
ASSOCIATION
Scope representing a qualifier that can be applied to an association. |
static int |
CLASS
Scope representing a qualifier that can be applied to a CIM class |
static int |
INDICATION
Scope representing a qualifier that can be applied to an indication. |
static int |
METHOD
Scope representing a qualifier that can be applied to a method. |
static int |
PARAMETER
Scope representing a qualifier that can be applied to a parameter. |
static int |
PROPERTY
Scope representing a qualifier that can be applied to a property. |
static int |
REFERENCE
Scope representing a qualifier that can be applied to a reference. |
Method Summary | |
static int[] |
getScopes()
Returns the complete set of possible scopes. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ANY
public static final int ASSOCIATION
public static final int CLASS
public static final int INDICATION
public static final int METHOD
public static final int PARAMETER
public static final int PROPERTY
public static final int REFERENCE
Method Detail |
public static int[] getScopes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |