public static enum UIMeta.PropertyKeys extends Enum<UIMeta.PropertyKeys>
| Modifier and Type | Method and Description | 
|---|---|
static UIMeta.PropertyKeys | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static UIMeta.PropertyKeys[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final UIMeta.PropertyKeys charset
public static final UIMeta.PropertyKeys content
public static final UIMeta.PropertyKeys httpequiv
public static final UIMeta.PropertyKeys name
public static UIMeta.PropertyKeys[] values()
for (UIMeta.PropertyKeys c : UIMeta.PropertyKeys.values()) System.out.println(c);
public static UIMeta.PropertyKeys 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 nullCopyright © 2019 Nuxeo. All rights reserved.