Uses of Class
com.basiscomponents.db.model.Attribute
-
Packages that use Attribute Package Description com.basiscomponents.db com.basiscomponents.db.model -
-
Uses of Attribute in com.basiscomponents.db
Methods in com.basiscomponents.db that return types with arguments of type Attribute Modifier and Type Method Description Map<String,Attribute>
DataField. getAttributes2()
Map<String,Attribute>
DataRow. getFieldAttributes2(String name)
Returns a HashMap with the attributes of the field with the given name.Methods in com.basiscomponents.db with parameters of type Attribute Modifier and Type Method Description void
DataField. setAttribute(String attributeName, Attribute attributeValue)
-
Uses of Attribute in com.basiscomponents.db.model
Methods in com.basiscomponents.db.model that return Attribute Modifier and Type Method Description static Attribute
Attribute. createBoolean(boolean value)
static Attribute
Attribute. createDouble(double value)
static Attribute
Attribute. createInt(int value)
static Attribute
Attribute. createString(String value)
-