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