org.sblim.wbem.cim
Class CIMScope
java.lang.Object
org.sblim.wbem.cim.CIMScope
- Cloneable, Comparable, Serializable
public class CIMScope
extends java.lang.Object
implements Cloneable, Comparable, Serializable
- Roberto Pineiro
- Chung-hao (Danny)
CIMScope(int pScope) - use getScope(int) instead
|
ANY
public static final int ANY
ASSOCIATION
public static final int ASSOCIATION
CLASS
public static final int CLASS
INDICATION
public static final int INDICATION
METHOD
public static final int METHOD
PARAMETER
public static final int PARAMETER
PROPERTY
public static final int PROPERTY
REFERENCE
public static final int REFERENCE
SCHEMA
public static final int SCHEMA
SCOPES
protected static final CIMScope[] SCOPES
CIMScope
public CIMScope(int pScope)
use getScope(int) instead
Creates 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.
pScope
- One of the scope constants in this class
clone
public Object clone()
compareTo
public int compareTo(Object o)
equals
public boolean equals(Object obj)
getScope
public int getScope()
Gets this scope's integer code
getScope
public static CIMScope getScope(int pScopeCode)
Returns an instance of the CIMScope given the specified argument.
- The corresponding static scope instance
hashCode
public int hashCode()
toMOF
public String toMOF()
Returns the MOF representation of this object.
toString
public String toString()
Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.