Uses of Class
com.walkfares.odsl.var.VarType
-
Uses of VarType in com.walkfares.odsl.security
Methods in com.walkfares.odsl.security that return VarType Modifier and Type Method Description VarType
Policy. getType()
-
Uses of VarType in com.walkfares.odsl.var
Methods in com.walkfares.odsl.var that return VarType Modifier and Type Method Description VarType
OneOf. getType()
VarType
Var. getType()
VarType
VarCalendar. getType()
VarType
VarExpiryCalendar. getType()
VarType
VarIndex. getType()
static VarType
VarType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VarType[]
VarType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.walkfares.odsl.var with parameters of type VarType Modifier and Type Method Description List<Var>
VariableScope. getAllVariables(VarType type)
static String
VarHelper. getTypeDescription(VarType type)
Constructors in com.walkfares.odsl.var with parameters of type VarType Constructor Description DynamicProperties(VarType... types)
DynamicProperties(VarType type, Map<String,? extends Var> properties)
-
Uses of VarType in com.walkfares.odsl.var.basic
Methods in com.walkfares.odsl.var.basic that return VarType Modifier and Type Method Description VarType
VarDate. getType()
VarType
VarDuration. getType()
VarType
VarDynamicObject. getType()
VarType
VarList. getType()
VarType
VarNull. getType()
VarType
VarReference. getType()
VarType
VarRow. getType()
VarType
VarScalar. getType()
VarType
VarSecret. getType()
VarType
VarSimpleObject. getType()
VarType
VarVoid. getType()
Constructors in com.walkfares.odsl.var.basic with parameters of type VarType Constructor Description VarDynamicObject(VarType... allowed)
VarList(VarType... types)
-
Uses of VarType in com.walkfares.odsl.var.curve
-
Uses of VarType in com.walkfares.odsl.var.event
-
Uses of VarType in com.walkfares.odsl.var.extractor
Methods in com.walkfares.odsl.var.extractor that return VarType Modifier and Type Method Description VarType
VarExtractor. getType()
-
Uses of VarType in com.walkfares.odsl.var.geo
-
Uses of VarType in com.walkfares.odsl.var.link
Methods in com.walkfares.odsl.var.link that return VarType Modifier and Type Method Description VarType
VarLinks. getType()
-
Uses of VarType in com.walkfares.odsl.var.matrix
-
Uses of VarType in com.walkfares.odsl.var.process
Methods in com.walkfares.odsl.var.process that return VarType Modifier and Type Method Description VarType
VarProcess. getType()
-
Uses of VarType in com.walkfares.odsl.var.report
-
Uses of VarType in com.walkfares.odsl.var.script
Methods in com.walkfares.odsl.var.script that return VarType Modifier and Type Method Description VarType
VarScript. getType()
-
Uses of VarType in com.walkfares.odsl.var.task
Methods in com.walkfares.odsl.var.task that return VarType Modifier and Type Method Description VarType
VarTask. getType()
-
Uses of VarType in com.walkfares.odsl.var.timeseries
-
Uses of VarType in com.walkfares.odsl.var.transformation
Methods in com.walkfares.odsl.var.transformation that return VarType Modifier and Type Method Description VarType
VarTransformer. getType()
-
Uses of VarType in com.walkfares.odsl.var.type
-
Uses of VarType in com.walkfares.odsl.var.workflow