public enum AutoCenterPolicy extends java.lang.Enum<AutoCenterPolicy>
| Modifier and Type | Method and Description |
|---|---|
static AutoCenterPolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AutoCenterPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoCenterPolicy ALWAYS
public static final AutoCenterPolicy ONCE
public static final AutoCenterPolicy OFF
public static AutoCenterPolicy[] values()
for (AutoCenterPolicy c : AutoCenterPolicy.values()) System.out.println(c);
public static AutoCenterPolicy 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