public static enum PrinterBehavior.PropertyKeys extends Enum<PrinterBehavior.PropertyKeys> implements BehaviorAttribute
Enum Constant and Description |
---|
target |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getExpectedType()
Holds the type which ought to be passed to
TagAttribute.getObject(javax.faces.view.facelets.FaceletContext, java.lang.Class)
when creating the behavior. |
static PrinterBehavior.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrinterBehavior.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getName
public static final PrinterBehavior.PropertyKeys target
public static PrinterBehavior.PropertyKeys[] values()
for (PrinterBehavior.PropertyKeys c : PrinterBehavior.PropertyKeys.values()) System.out.println(c);
public static PrinterBehavior.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 nullpublic Class<?> getExpectedType()
BehaviorAttribute
TagAttribute.getObject(javax.faces.view.facelets.FaceletContext, java.lang.Class)
when creating the behavior.getExpectedType
in interface BehaviorAttribute
Copyright © 2020. All rights reserved.