public enum DataFieldUsage extends java.lang.Enum<DataFieldUsage>
Description goes here
| Enum Constant and Description |
|---|
DEFAULT
Description goes here
|
EXTERNAL |
FROM_VALUE
Description goes here
|
KEY_LABEL
Description goes here
|
LABEL
Description goes here
|
NOT_USED
Description goes here
|
XVALUE
Description goes here
|
YVALUE
Description goes here
|
| Modifier and Type | Method and Description |
|---|---|
int |
getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.DataFieldUsage.
|
static DataFieldUsage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataFieldUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataFieldUsage DEFAULT
public static final DataFieldUsage LABEL
public static final DataFieldUsage YVALUE
public static final DataFieldUsage XVALUE
public static final DataFieldUsage FROM_VALUE
public static final DataFieldUsage KEY_LABEL
public static final DataFieldUsage EXTERNAL
public static final DataFieldUsage NOT_USED
public static DataFieldUsage[] values()
for (DataFieldUsage c : DataFieldUsage.values()) System.out.println(c);
public static DataFieldUsage 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 nullpublic int getUnderlyingValue()
Returns a numeric value that represents the given com.softwarefx.chartfx.server.DataFieldUsage.
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.