public enum EffectProperty extends Enum<EffectProperty> implements Property<Object>
| Enum Constant and Description |
|---|
STD_EFFECT
The standard ICEfaces "effect" attribute
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue()
Get the default value of the property.
|
static EffectProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EffectProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EffectProperty STD_EFFECT
public static EffectProperty[] values()
for (EffectProperty c : EffectProperty.values()) System.out.println(c);
public static EffectProperty 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 Object getDefaultValue()
Propertynull.getDefaultValue in interface Property<Object>null if no default
exist.Copyright © 2006–2017 Esito AS. All rights reserved.