Uses of Class
nl.b3p.tailormap.api.viewer.model.Attribute
-
Packages that use Attribute Package Description nl.b3p.tailormap.api.viewer.model -
-
Uses of Attribute in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return Attribute Modifier and Type Method Description AttributeAttribute. addValueListItem(String valueListItem)AttributeAttribute. allowValueListOnly(Boolean allowValueListOnly)AttributeAttribute. defaultValue(String defaultValue)AttributeAttribute. editable(Boolean editable)AttributeAttribute. editAlias(String editAlias)AttributeAttribute. featureType(Long featureType)AttributeAttribute. key(String key)AttributeAttribute. nullable(Boolean nullable)AttributeAttribute. type(TMAttributeType type)AttributeAttribute. valueList(List<String> valueList)Methods in nl.b3p.tailormap.api.viewer.model that return types with arguments of type Attribute Modifier and Type Method Description @Valid List<@Valid Attribute>LayerDetails. getAttributes()Array with attributes.Methods in nl.b3p.tailormap.api.viewer.model with parameters of type Attribute Modifier and Type Method Description LayerDetailsLayerDetails. addAttributesItem(Attribute attributesItem)Method parameters in nl.b3p.tailormap.api.viewer.model with type arguments of type Attribute Modifier and Type Method Description LayerDetailsLayerDetails. attributes(List<@Valid Attribute> attributes)voidLayerDetails. setAttributes(List<@Valid Attribute> attributes)
-