protected static enum UIYAxis.Properties extends Enum<UIYAxis.Properties>
Modifier and Type | Method and Description |
---|---|
static UIYAxis.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIYAxis.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIYAxis.Properties format
public static final UIYAxis.Properties label
public static final UIYAxis.Properties max
public static final UIYAxis.Properties min
public static final UIYAxis.Properties pad
public static UIYAxis.Properties[] values()
for (UIYAxis.Properties c : UIYAxis.Properties.values()) System.out.println(c);
public static UIYAxis.Properties 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 nullCopyright © 2014 JBoss by Red Hat. All Rights Reserved.