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.ParameterSettingAggregateType. _paramSettingMethods in tilda.enums that return AggregateType.ParameterSetting Modifier and Type Method Description AggregateType.ParameterSettingAggregateType. getParameterSetting()static AggregateType.ParameterSettingAggregateType.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.
-