|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.cim.CIMFlavor
public class CIMFlavor
An immutable class to encapsulate a CIM Flavor. CIM flavors specify overriding and inheritance rules. These rules specify how qualifiers are transmitted from classes to derived classes.
Field Summary | |
---|---|
static int |
DISABLEOVERRIDE
The qualifier cannot be overridden. |
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). |
Constructor Summary | |
---|---|
CIMFlavor()
|
Method Summary | |
---|---|
static int[] |
getFlavors()
Returns an array of possible flavors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DISABLEOVERRIDE
public static final int RESTRICTED
public static final int TRANSLATE
Constructor Detail |
---|
public CIMFlavor()
Method Detail |
---|
public static int[] getFlavors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |