public interface Property
Modifier and Type | Method and Description |
---|---|
Property |
addLabels(Set<String> labels)
Adds a set of labels to the property.
|
Property |
addLabels(String... labels)
Adds labels to the property.
|
Set<String> |
getLabels()
The labels of the property.
|
String |
getName()
The name of the property.
|
Scope |
getScope()
The scope of the property.
|
Object |
getValue()
The value of the property.
|
boolean |
hasLabel(String label)
If the property has the specified label.
|
Property |
removeLabels(String... labels)
Removes labels from the property.
|
Scope getScope()
String getName()
Object getValue()
Property addLabels(String... labels)
labels
- the labels to addProperty addLabels(Set<String> labels)
labels
- the labels to addProperty removeLabels(String... labels)
labels
- the labels to removeboolean hasLabel(String label)
label
- the specified labelCopyright © 2013–2019 JBoss by Red Hat. All rights reserved.