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 voidDataField. 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 AttributeAttribute. createBoolean(boolean value)static AttributeAttribute. createDouble(double value)static AttributeAttribute. createInt(int value)static AttributeAttribute. createString(String value)
-