public static enum SUF2Coordinate.Tag extends Enum<SUF2Coordinate.Tag>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static SUF2Coordinate.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SUF2Coordinate.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SUF2Coordinate.Tag I1
public static final SUF2Coordinate.Tag I2
public static final SUF2Coordinate.Tag I4
public static SUF2Coordinate.Tag[] values()
for (SUF2Coordinate.Tag c : SUF2Coordinate.Tag.values()) System.out.println(c);
public static SUF2Coordinate.Tag 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 nullpublic String getDescription()
Copyright © 2018 B3Partners B.V.. All rights reserved.