public static enum MLConstants.DatasetStatus extends Enum<MLConstants.DatasetStatus>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
String |
toString() |
static MLConstants.DatasetStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MLConstants.DatasetStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MLConstants.DatasetStatus AVAILABLE
public static final MLConstants.DatasetStatus BUSY
public static final MLConstants.DatasetStatus FAILED
public static MLConstants.DatasetStatus[] values()
for (MLConstants.DatasetStatus c : MLConstants.DatasetStatus.values()) System.out.println(c);
public static MLConstants.DatasetStatus 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 getValue()
public String toString()
toString in class Enum<MLConstants.DatasetStatus>Copyright © 2018 WSO2, Inc.. All rights reserved.