public enum MlSlotClassDataType extends java.lang.Enum<MlSlotClassDataType>
| Enum Constant and Description |
|---|
Boolean
Enumeration : Boolean
|
Currency
Enumeration : Currency
|
Date
Enumeration : Date
|
DateTime
Enumeration : DateTime
|
Number
Enumeration : Number
|
Text
Enumeration : Text
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static MlSlotClassDataType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MlSlotClassDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MlSlotClassDataType Text
public static final MlSlotClassDataType Number
public static final MlSlotClassDataType Boolean
public static final MlSlotClassDataType Date
public static final MlSlotClassDataType DateTime
public static final MlSlotClassDataType Currency
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static MlSlotClassDataType[] values()
for (MlSlotClassDataType c : MlSlotClassDataType.values()) System.out.println(c);
public static MlSlotClassDataType 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<MlSlotClassDataType>Copyright © 2020. All Rights Reserved.