public static enum SegmentDAO.Purpose extends java.lang.Enum<SegmentDAO.Purpose>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
val() |
static SegmentDAO.Purpose |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SegmentDAO.Purpose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SegmentDAO.Purpose VIL
public static final SegmentDAO.Purpose CITYVIL
public static final SegmentDAO.Purpose BOTH
public static SegmentDAO.Purpose[] values()
for (SegmentDAO.Purpose c : SegmentDAO.Purpose.values()) System.out.println(c);
public static SegmentDAO.Purpose 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 java.lang.String val()