public static enum OlapElement.LocalizedProperty extends Enum<OlapElement.LocalizedProperty>
| Enum Constant and Description | 
|---|
CAPTION  | 
DESCRIPTION  | 
| Modifier and Type | Method and Description | 
|---|---|
static OlapElement.LocalizedProperty | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static OlapElement.LocalizedProperty[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final OlapElement.LocalizedProperty CAPTION
public static final OlapElement.LocalizedProperty DESCRIPTION
public static OlapElement.LocalizedProperty[] values()
for (OlapElement.LocalizedProperty c : OlapElement.LocalizedProperty.values()) System.out.println(c);
public static OlapElement.LocalizedProperty valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is null