-
- All Implemented Interfaces:
public final class PropertyApiBeanCreated by Paul
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPropertyApiBean.Companion
-
Constructor Summary
Constructors Constructor Description PropertyApiBean()PropertyApiBean(Property<?> property)
-
Method Summary
Modifier and Type Method Description final StringgetName()final UnitsetName(String name)final StringgetDescription()final UnitsetDescription(String description)final StringgetType()final UnitsetType(String type)final StringgetValue()final UnitsetValue(String value)final Set<String>getFixedValues()final UnitsetFixedValues(Set<String> fixedValues)final Property<?>asProperty()-
-
Method Detail
-
getDescription
final String getDescription()
-
setDescription
final Unit setDescription(String description)
-
getFixedValues
final Set<String> getFixedValues()
-
setFixedValues
final Unit setFixedValues(Set<String> fixedValues)
-
asProperty
final Property<?> asProperty()
-
-
-
-