javax.cim
public class CIMScope extends Object implements Serializable
CIMQualifierType
to define
what elements the qualifier can be applied to.
Field 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.
|
Returns: An int
array of all scopes.