public static enum GSDimensionInfoEncoder.Presentation extends Enum<GSDimensionInfoEncoder.Presentation>
| Enum Constant and Description |
|---|
CONTINUOUS_INTERVAL |
DISCRETE_INTERVAL |
LIST |
| Modifier and Type | Method and Description |
|---|---|
static GSDimensionInfoEncoder.Presentation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSDimensionInfoEncoder.Presentation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSDimensionInfoEncoder.Presentation LIST
public static final GSDimensionInfoEncoder.Presentation CONTINUOUS_INTERVAL
public static final GSDimensionInfoEncoder.Presentation DISCRETE_INTERVAL
public static GSDimensionInfoEncoder.Presentation[] values()
for (GSDimensionInfoEncoder.Presentation c : GSDimensionInfoEncoder.Presentation.values()) System.out.println(c);
public static GSDimensionInfoEncoder.Presentation 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 © 2007–2016 PDOK. All rights reserved.