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