Uses of Class
tilda.enums.AggregateType.TargetColumnType
-
Packages that use AggregateType.TargetColumnType Package Description tilda.enums -
-
Uses of AggregateType.TargetColumnType in tilda.enums
Fields in tilda.enums declared as AggregateType.TargetColumnType Modifier and Type Field Description protected AggregateType.TargetColumnType
AggregateType. _targetColumn
Methods in tilda.enums that return AggregateType.TargetColumnType Modifier and Type Method Description AggregateType.TargetColumnType
AggregateType. isTargetColumnRequired()
static AggregateType.TargetColumnType
AggregateType.TargetColumnType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AggregateType.TargetColumnType[]
AggregateType.TargetColumnType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-