Class CIMFlavor
java.lang.Object
org.sblim.wbem.cim.CIMFlavor
- All Implemented Interfaces:
Serializable, Cloneable, Comparable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENABLEOVERRIDE
public static final int ENABLEOVERRIDE- See Also:
-
DISABLEOVERRIDE
public static final int DISABLEOVERRIDE- See Also:
-
RESTRICTED
public static final int RESTRICTED- See Also:
-
TOSUBCLASS
public static final int TOSUBCLASS- See Also:
-
TRANSLATE
public static final int TRANSLATE- See Also:
-
-
Constructor Details
-
CIMFlavor
public CIMFlavor(int pFlavor) Construct an object CIMFlavor given the flavor type. Applications are encourage to use getFlavor(int) instead of this constructor.- Parameters:
pFlavor
-
-
-
Method Details
-
equals
-
hashCode
-
getFlavor
public int getFlavor()Gets this object flavor type.- Returns:
- The flavor
-
getFlavor
Gets an object of the specified CIMFlavor.- Parameters:
flavor
- A flavor constant from this class- Returns:
- The corresponding flavor
-
toMOF
Returns the MOF representation of this object.- Returns:
- The MOF representation
-
toString
-
clone
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-