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