-
- All Implemented Interfaces:
public final class NamedValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNamedValue.Companion
-
Method Summary
Modifier and Type Method Description final StringgetName()final ColumnPathgetPath()final ObjectgetValue()final KTypegetType()final ObjectgetDefault()final UnitsetDefault(Object default)final BooleangetGuessType()-
-
Method Detail
-
getPath
final ColumnPath getPath()
-
getDefault
final Object getDefault()
-
setDefault
final Unit setDefault(Object default)
-
getGuessType
final Boolean getGuessType()
-
-
-
-