javax.cim

Class CIMFlavor

public class CIMFlavor extends Object implements 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.
Field Summary
static intDISABLEOVERRIDE
The qualifier cannot be overridden.
static intRESTRICTED
The qualifier applies only to the class in which it is declared.
static intTRANSLATE
The qualifier can be specified in multiple locales (language and country combination).
Method Summary
static int[]getFlavors()
Returns an array of possible flavors.

Field Detail

DISABLEOVERRIDE

public static final int DISABLEOVERRIDE
The qualifier cannot be overridden.

RESTRICTED

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

TRANSLATE

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

Method Detail

getFlavors

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

Returns: All possible flavors.

Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.