public enum VariableType extends Enum<VariableType>
| Enum Constant and Description |
|---|
ArrayLong |
Boolean |
Date |
Integer |
LocalDate |
Long |
Serializable |
String |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Serializable> |
getClazz() |
boolean |
isCompatible(Serializable value) |
static VariableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableType String
public static final VariableType ArrayLong
public static final VariableType Integer
public static final VariableType Long
public static final VariableType Boolean
public static final VariableType LocalDate
public static final VariableType Date
public static final VariableType Serializable
public static VariableType[] values()
for (VariableType c : VariableType.values()) System.out.println(c);
public static VariableType 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 Class<? extends Serializable> getClazz()
public boolean isCompatible(Serializable value)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.