public static enum Name.Classifier extends Enum<Name.Classifier>
Standard package names for components, renderers, event listeners and taglib.
| Enum Constant and Description |
|---|
behavior |
component
|
event
|
renderkit
|
taglib
|
| Modifier and Type | Method and Description |
|---|---|
static Name.Classifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Name.Classifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Name.Classifier component
public static final Name.Classifier renderkit
public static final Name.Classifier event
public static final Name.Classifier taglib
public static final Name.Classifier behavior
public static Name.Classifier[] values()
for (Name.Classifier c : Name.Classifier.values()) System.out.println(c);
public static Name.Classifier 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 © 2014 JBoss by Red Hat. All Rights Reserved.