javax.cim
Class CIMFlavor

java.lang.Object
  extended byjavax.cim.CIMFlavor
All Implemented Interfaces:
java.io.Serializable

public class CIMFlavor
extends java.lang.Object
implements java.io.Serializable

This class represents a CIM Flavor as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004). CIM flavors specify overriding and inheritance rules. These rules specify how qualifiers are transmitted from classes to derived classes.

Since:
JSR48 1.0.0
See Also:
Serialized Form

Field Summary
static int DISABLEOVERRIDE
          The qualifier cannot be overriden
static int RESTRICTED
          The qualifier applies only to the class in which it is declared
static int TRANSLATE
          The qualifier can be specified in multiple locales (language and country combination).
 
Method Summary
static int[] getFlavors()
          Returns an array of possible flavors
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISABLEOVERRIDE

public static final int DISABLEOVERRIDE
The qualifier cannot be overriden

See Also:
Constant Field Values

RESTRICTED

public static final int RESTRICTED
The qualifier applies only to the class in which it is declared

See Also:
Constant Field Values

TRANSLATE

public static final int TRANSLATE
The qualifier can be specified in multiple locales (language and country combination).

See Also:
Constant Field Values
Method Detail

getFlavors

public static int[] getFlavors()
Returns an array of possible flavors

Returns:
int[] All possible flavors.


Java™ WBEM (JSR48) 1.0.0 API