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.TargetColumnTypeAggregateType. _targetColumnMethods in tilda.enums that return AggregateType.TargetColumnType Modifier and Type Method Description AggregateType.TargetColumnTypeAggregateType. isTargetColumnRequired()static AggregateType.TargetColumnTypeAggregateType.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.
-