Class CIMScope
java.lang.Object
org.sblim.wbem.cim.CIMScope
- All Implemented Interfaces:
Serializable, Cloneable, Comparable
- Author:
- Roberto Pineiro, Chung-hao (Danny)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intprotected static final CIMScope[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SCHEMA
public static final int SCHEMA- See Also:
-
CLASS
public static final int CLASS- See Also:
-
ASSOCIATION
public static final int ASSOCIATION- See Also:
-
INDICATION
public static final int INDICATION- See Also:
-
PROPERTY
public static final int PROPERTY- See Also:
-
REFERENCE
public static final int REFERENCE- See Also:
-
METHOD
public static final int METHOD- See Also:
-
PARAMETER
public static final int PARAMETER- See Also:
-
ANY
public static final int ANY- See Also:
-
SCOPES
-
-
Constructor Details
-
CIMScope
public CIMScope(int pScope) Deprecated.use getScope(int) insteadCreates an object with the specified scope. Applications are encourage to use the getScope method instead of this constructor to obtain an instance of a CIMScope.- Parameters:
pScope- One of the scope constants in this class
-
-
Method Details
-
equals
-
hashCode
-
getScope
public int getScope()Gets this scope's integer code- Returns:
- The integer code
-
getScope
Returns an instance of the CIMScope given the specified argument.- Parameters:
pScopeCode-- Returns:
- The corresponding static scope instance
-
toMOF
Returns the MOF representation of this object.- Returns:
- The MOF representation
-
toString
-
clone
-
compareTo
- Specified by:
compareToin interfaceComparable
-