javax.cim

Class CIMScope

public class CIMScope extends Object implements 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.
Field Summary
static intANY
Scope representing a qualifier that can be applied to any element.
static intASSOCIATION
Scope representing a qualifier that can be applied to an association.
static intCLASS
Scope representing a qualifier that can be applied to a CIM class.
static intINDICATION
Scope representing a qualifier that can be applied to an indication.
static intMETHOD
Scope representing a qualifier that can be applied to a method.
static intPARAMETER
Scope representing a qualifier that can be applied to a parameter.
static intPROPERTY
Scope representing a qualifier that can be applied to a property.
static intREFERENCE
Scope representing a qualifier that can be applied to a reference.
Method Summary
static int[]getScopes()
Returns the complete set of possible scopes.

Field Detail

ANY

public static final int ANY
Scope representing a qualifier that can be applied to any element.

ASSOCIATION

public static final int ASSOCIATION
Scope representing a qualifier that can be applied to an association.

CLASS

public static final int CLASS
Scope representing a qualifier that can be applied to a CIM class.

INDICATION

public static final int INDICATION
Scope representing a qualifier that can be applied to an indication.

METHOD

public static final int METHOD
Scope representing a qualifier that can be applied to a method.

PARAMETER

public static final int PARAMETER
Scope representing a qualifier that can be applied to a parameter.

PROPERTY

public static final int PROPERTY
Scope representing a qualifier that can be applied to a property.

REFERENCE

public static final int REFERENCE
Scope representing a qualifier that can be applied to a reference.

Method Detail

getScopes

public static int[] getScopes()
Returns the complete set of possible scopes.

Returns: An int array of all scopes.

Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.