public enum OutletTypeId extends java.lang.Enum<OutletTypeId>
| Enum Constant and Description |
|---|
Consolidated
No comment data provided
|
Duplicate
No comment data provided
|
None
No comment data provided
|
Schedule
No comment data provided
|
| Modifier and Type | Method and Description |
|---|---|
static OutletTypeId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutletTypeId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OutletTypeId None
public static final OutletTypeId Schedule
public static final OutletTypeId Duplicate
public static final OutletTypeId Consolidated
public static OutletTypeId[] values()
for (OutletTypeId c : OutletTypeId.values()) System.out.println(c);
public static OutletTypeId 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 null