Package io.github.gciatto.kt.mpp
Class PropertyDescriptor
-
- All Implemented Interfaces:
public final class PropertyDescriptor
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Stringdescriptionprivate final Booleanmandatoryprivate final ObjectdefaultValue
-
Constructor Summary
Constructors Constructor Description PropertyDescriptor(String name, String description, Boolean mandatory, Object defaultValue)
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetDescription()final BooleangetMandatory()final ObjectgetDefaultValue()-
-
Method Detail
-
getDescription
final String getDescription()
-
getMandatory
final Boolean getMandatory()
-
getDefaultValue
final Object getDefaultValue()
-
-
-
-