public interface ValueDatasource
KeyValueEntity
.Modifier and Type | Method and Description |
---|---|
ValueDatasource |
addProperty(java.lang.String name)
Adds a string property to the meta-class of this datasource.
|
ValueDatasource |
addProperty(java.lang.String name,
java.lang.Class aClass)
Adds a property of the given Java class to the meta-class of this datasource.
|
ValueDatasource |
addProperty(java.lang.String name,
Datatype datatype)
Adds a property of the given datatype to the meta-class of this datasource.
|
MetaClass |
getMetaClass() |
ValueDatasource |
setIdName(java.lang.String name)
Sets the name of a property that represents the entity id.
|
MetaClass getMetaClass()
ValueDatasource setIdName(java.lang.String name)
ValueDatasource addProperty(java.lang.String name)
ValueDatasource addProperty(java.lang.String name, java.lang.Class aClass)
ValueDatasource addProperty(java.lang.String name, Datatype datatype)