| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
guards |
protected java.lang.String |
key |
protected java.lang.String |
name |
protected java.util.List<java.lang.String> |
subattributes |
protected java.lang.String |
value |
| Constructor and Description |
|---|
AttributeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
build() |
AttributeBuilder |
guards(java.util.List<java.lang.String> aValue)
Sets the value of the guards attribute.
|
AttributeBuilder |
key(java.lang.String aValue)
Sets the value of the key attribute.
|
AttributeBuilder |
name(java.lang.String aValue)
Sets the value of the name attribute.
|
AttributeBuilder |
subattributes(java.util.List<java.lang.String> aValue)
Sets the value of the subattributes attribute.
|
AttributeBuilder |
value(java.lang.String aValue)
Sets the value of the value attribute.
|
protected java.lang.String name
protected java.lang.String key
protected java.lang.String value
protected java.util.List<java.lang.String> subattributes
protected java.util.List<java.lang.String> guards
public AttributeBuilder name(java.lang.String aValue)
public AttributeBuilder key(java.lang.String aValue)
public AttributeBuilder value(java.lang.String aValue)
public AttributeBuilder subattributes(java.util.List<java.lang.String> aValue)
public AttributeBuilder guards(java.util.List<java.lang.String> aValue)
Copyright © 2012-2023 anotheria.net. All Rights Reserved.