public static enum IObserverSetFactory.Strategy extends java.lang.Enum<IObserverSetFactory.Strategy>
Enum Constant and Description |
---|
HIGH_PERFORMANCE
Uses more memory for a better performance
|
LOW_MEMORY
Needs more computing power for a better memory management
|
Modifier and Type | Method and Description |
---|---|
static IObserverSetFactory.Strategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IObserverSetFactory.Strategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IObserverSetFactory.Strategy HIGH_PERFORMANCE
public static final IObserverSetFactory.Strategy LOW_MEMORY
public static IObserverSetFactory.Strategy[] values()
for (IObserverSetFactory.Strategy c : IObserverSetFactory.Strategy.values()) System.out.println(c);
public static IObserverSetFactory.Strategy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullSiehe auch Jowidgets Nutzerhandbuch