public enum AxisLabelLayoutBehaviors extends java.lang.Enum<AxisLabelLayoutBehaviors>
WARNING: do not modify the name of this class, its package or its members, as it is exposed via direct Java access from 4GL code.
| Enum Constant and Description |
|---|
AUTO |
NONE |
USE_COLLECTION |
| Modifier and Type | Method and Description |
|---|---|
static AxisLabelLayoutBehaviors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisLabelLayoutBehaviors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisLabelLayoutBehaviors AUTO
public static final AxisLabelLayoutBehaviors NONE
public static final AxisLabelLayoutBehaviors USE_COLLECTION
public static AxisLabelLayoutBehaviors[] values()
for (AxisLabelLayoutBehaviors c : AxisLabelLayoutBehaviors.values()) System.out.println(c);
public static AxisLabelLayoutBehaviors 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 null