Uses of Class
net.anotheria.anosite.gen.aswebdata.data.AttributeBuilder
-
Packages that use AttributeBuilder Package Description net.anotheria.anosite.gen.aswebdata.data -
-
Uses of AttributeBuilder in net.anotheria.anosite.gen.aswebdata.data
Methods in net.anotheria.anosite.gen.aswebdata.data that return AttributeBuilder Modifier and Type Method Description AttributeBuilderAttributeBuilder. guards(java.util.List<java.lang.String> aValue)Sets the value of the guards attribute.AttributeBuilderAttributeBuilder. key(java.lang.String aValue)Sets the value of the key attribute.AttributeBuilderAttributeBuilder. name(java.lang.String aValue)Sets the value of the name attribute.AttributeBuilderAttributeBuilder. subattributes(java.util.List<java.lang.String> aValue)Sets the value of the subattributes attribute.AttributeBuilderAttributeBuilder. value(java.lang.String aValue)Sets the value of the value attribute.
-