-
- All Implemented Interfaces:
public final class NamedValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
NamedValue.Companion
-
Method Summary
Modifier and Type Method Description final String
getName()
final ColumnPath
getPath()
final Object
getValue()
final KType
getType()
final Object
getDefault()
final Unit
setDefault(Object default)
final Boolean
getGuessType()
-
-
Method Detail
-
getPath
final ColumnPath getPath()
-
getDefault
final Object getDefault()
-
setDefault
final Unit setDefault(Object default)
-
getGuessType
final Boolean getGuessType()
-
-
-
-