Attribute.Builder |
Attribute.Builder.allowedValues(String... allowedValues) |
A list of possible values an attribute can be assigned.
|
Attribute.Builder |
Attribute.Builder.allowedValues(Collection<String> allowedValues) |
A list of possible values an attribute can be assigned.
|
Attribute.Builder |
Attribute.Builder.assignedValue(String assignedValue) |
Deprecated.
|
static Attribute.Builder |
Attribute.builder() |
|
Attribute.Builder |
Attribute.Builder.comment(String comment) |
A comment in addition to the description.
|
Attribute.Builder |
Attribute.Builder.dataType(String dataType) |
The specified data type of the attribute.
|
Attribute.Builder |
Attribute.Builder.dataType(NodeDataType dataType) |
The specified data type of the attribute.
|
Attribute.Builder |
Attribute.Builder.defaultValue(String defaultValue) |
The default value of the attribute.
|
Attribute.Builder |
Attribute.Builder.deprecationMessage(String deprecationMessage) |
The deprecation message for the node or the branch that was moved or deleted.
|
Attribute.Builder |
Attribute.Builder.description(String description) |
A brief description of the attribute.
|
Attribute.Builder |
Attribute.Builder.fullyQualifiedName(String fullyQualifiedName) |
The fully qualified name of the attribute.
|
Attribute.Builder |
Attribute.Builder.max(Double max) |
The specified possible maximum value of the attribute.
|
Attribute.Builder |
Attribute.Builder.min(Double min) |
The specified possible minimum value of the attribute.
|
Attribute.Builder |
Attribute.toBuilder() |
|
Attribute.Builder |
Attribute.Builder.unit(String unit) |
The scientific unit for the attribute.
|