public static enum WO.MTLStatus extends java.lang.Enum<WO.MTLStatus>
| Enum Constant and Description |
|---|
COMPLETE
The COMPLETE.
|
NONE
The NONE.
|
NULL
The NULL.
|
PARTIAL
The PARTIAL.
|
| Modifier and Type | Method and Description |
|---|---|
static WO.MTLStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WO.MTLStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WO.MTLStatus NULL
public static final WO.MTLStatus NONE
public static final WO.MTLStatus PARTIAL
public static final WO.MTLStatus COMPLETE
public static WO.MTLStatus[] values()
for (WO.MTLStatus c : WO.MTLStatus.values()) System.out.println(c);
public static WO.MTLStatus 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