public static enum PageConfig.MetadataLocations extends Enum<PageConfig.MetadataLocations> implements MetadataLocation
| Enum Constant and Description |
|---|
BODY |
HEADERS |
WEB_LINKING |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static PageConfig.MetadataLocations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageConfig.MetadataLocations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageConfig.MetadataLocations WEB_LINKING
public static final PageConfig.MetadataLocations HEADERS
public static final PageConfig.MetadataLocations BODY
public static PageConfig.MetadataLocations[] values()
for (PageConfig.MetadataLocations c : PageConfig.MetadataLocations.values()) System.out.println(c);
public static PageConfig.MetadataLocations 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 nullpublic String toString()
toString in class Enum<PageConfig.MetadataLocations>Copyright © 2014 JBoss by Red Hat. All rights reserved.