javax.cim
Class CIMFlavor
public
class
CIMFlavor
extends Object
implements Serializable
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 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). |
public static final int DISABLEOVERRIDE
The qualifier cannot be overriden.
public static final int RESTRICTED
The qualifier applies only to the class in which it is declared.
public static final int TRANSLATE
The qualifier can be specified in multiple locales (language and country
combination).
public static int[] getFlavors()
Returns an array of possible flavors.
Returns: All possible flavors.
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.