Package javax.cim
Class CIMScope
java.lang.Object
javax.cim.CIMScope
- All Implemented Interfaces:
Serializable
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.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Scope representing a qualifier that can be applied to any element.static final int
Scope representing a qualifier that can be applied to an association.static final int
Scope representing a qualifier that can be applied to a CIM class.static final int
Scope representing a qualifier that can be applied to an indication.static final int
Scope representing a qualifier that can be applied to a method.static final int
Scope representing a qualifier that can be applied to a parameter.static final int
Scope representing a qualifier that can be applied to a property.static final int
Scope representing a qualifier that can be applied to a reference. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int[]
Returns the complete set of possible scopes.
-
Field Details
-
ANY
public static final int ANYScope representing a qualifier that can be applied to any element.- See Also:
-
ASSOCIATION
public static final int ASSOCIATIONScope representing a qualifier that can be applied to an association.- See Also:
-
CLASS
public static final int CLASSScope representing a qualifier that can be applied to a CIM class.- See Also:
-
INDICATION
public static final int INDICATIONScope representing a qualifier that can be applied to an indication.- See Also:
-
METHOD
public static final int METHODScope representing a qualifier that can be applied to a method.- See Also:
-
PARAMETER
public static final int PARAMETERScope representing a qualifier that can be applied to a parameter.- See Also:
-
PROPERTY
public static final int PROPERTYScope representing a qualifier that can be applied to a property.- See Also:
-
REFERENCE
public static final int REFERENCEScope representing a qualifier that can be applied to a reference.- See Also:
-
-
Constructor Details
-
CIMScope
public CIMScope()
-
-
Method Details
-
getScopes
public static int[] getScopes()Returns the complete set of possible scopes.- Returns:
- An
int
array of all scopes.
-