Package javax.cim

Class CIMFlavor

java.lang.Object
javax.cim.CIMFlavor
All Implemented Interfaces:
Serializable

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.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The qualifier cannot be overridden.
    static final int
    The qualifier applies only to the class in which it is declared.
    static final int
    The qualifier can be specified in multiple locales (language and country combination).
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int[]
    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 Details

    • DISABLEOVERRIDE

      public static final int DISABLEOVERRIDE
      The qualifier cannot be overridden.
      See Also:
    • RESTRICTED

      public static final int RESTRICTED
      The qualifier applies only to the class in which it is declared.
      See Also:
    • TRANSLATE

      public static final int TRANSLATE
      The qualifier can be specified in multiple locales (language and country combination).
      See Also:
  • Constructor Details

    • CIMFlavor

      public CIMFlavor()
  • Method Details

    • getFlavors

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