public class VariableUtils extends Object
Constructor and Description |
---|
VariableUtils() |
Modifier and Type | Method and Description |
---|---|
static VariableType |
getType(Class<? extends Variable> clazz) |
static Class<? extends Variable> |
getTypeClass(String type)
Gets the class of a type of variable.
|
static String |
getTypeName(Class<? extends Variable> clazz) |
public static VariableType getType(Class<? extends Variable> clazz)
public static Class<? extends Variable> getTypeClass(String type)
type
- the typeIllegalArgumentException
- if the variable type is invalid.Copyright © 2020. All rights reserved.