public class Label extends Object
| Constructor and Description |
|---|
Label(String id,
String name) |
Label(String id,
String name,
String description) |
Label(String id,
String name,
String description,
String labelString) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNeutralTags(Collection<String> tags) |
void |
addSupportedTags(Collection<String> tags) |
void |
addUnsuitableTags(Collection<String> tags) |
boolean |
equals(Object o) |
String |
getDescription() |
String |
getId() |
String |
getLabelString() |
String |
getName() |
Set<String> |
getNeutral() |
Set<String> |
getSupported() |
Set<String> |
getUnsuitable() |
int |
hashCode() |
public void addSupportedTags(Collection<String> tags)
public void addUnsuitableTags(Collection<String> tags)
public void addNeutralTags(Collection<String> tags)
public String getName()
public String getDescription()
public String getId()
public String getLabelString()
Copyright © 2021 JBoss by Red Hat. All rights reserved.