javax.cim

Class CIMScope

public class CIMScope extends Object implements Serializable

The CIMScope class represents the scopes available for use as part of a qualifier type definition. CIM Scope is defined in the CIM Infrastructure Specification. The specification is available from the DMTF (Distributed Management Task Force) at http://dmtf.org/.
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, 2009 IBM Corporation. All Rights Reserved.