org.sblim.wbem.cim
Class CIMFlavor
java.lang.Object
org.sblim.wbem.cim.CIMFlavor
- Cloneable, Comparable, Serializable
public class CIMFlavor
extends java.lang.Object
implements Serializable, Cloneable, Comparable
CIMFlavor.java
(C) Copyright IBM Corp. 2005, 2009
THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.
You can obtain a current copy of the Eclipse Public License from
http://www.opensource.org/licenses/eclipse-1.0.php
CIMFlavor(int pFlavor) - Construct an object CIMFlavor given the flavor type.
|
DISABLEOVERRIDE
public static final int DISABLEOVERRIDE
ENABLEOVERRIDE
public static final int ENABLEOVERRIDE
RESTRICTED
public static final int RESTRICTED
TOSUBCLASS
public static final int TOSUBCLASS
TRANSLATE
public static final int TRANSLATE
CIMFlavor
public CIMFlavor(int pFlavor)
Construct an object CIMFlavor given the flavor type. Applications are
encourage to use getFlavor(int) instead of this constructor.
clone
public Object clone()
compareTo
public int compareTo(Object o)
equals
public boolean equals(Object obj)
getFlavor
public int getFlavor()
Gets this object flavor type.
getFlavor
public static CIMFlavor getFlavor(int flavor)
Gets an object of the specified CIMFlavor.
flavor
- A flavor constant from this class
hashCode
public int hashCode()
toMOF
public String toMOF()
Returns the MOF representation of this object.
toString
public String toString()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.