java.io.Serializable
public class CIMFlavor
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
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 | Description |
---|---|
CIMFlavor() |
Modifier and Type | Method | Description |
---|---|---|
static int[] |
getFlavors() |
Returns an array of possible flavors.
|
public static final int DISABLEOVERRIDE
public static final int RESTRICTED
public static final int TRANSLATE
Copyright © 2005, 2013 IBM Corporation. All Rights Reserved.