public class LabelMetadataBuilder extends AbstractLabelsetMetadata implements LabelProviderMetadata
LabelProviderMetadata| Constructor and Description |
|---|
LabelMetadataBuilder(String ID,
String description)
When no priority is specified, then we assign it.
|
LabelMetadataBuilder(String ID,
String description,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns a human-readable description of the labels associated with this
LabelsetMetadata. |
String |
getOrigin()
|
int |
getPriority()
This defines the order on which a labelSet will be shown in a report.
|
void |
setOrigin(String origin) |
equals, getID, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIDpublic LabelMetadataBuilder(String ID, String description)
LabelsetMetadata.getPriority()public String getOrigin()
LabelsetMetadatagetOrigin in interface LabelsetMetadatagetOrigin in class AbstractLabelsetMetadatapublic void setOrigin(String origin)
public String getDescription()
LabelsetMetadataLabelsetMetadata.getDescription in interface LabelsetMetadatagetDescription in class AbstractLabelsetMetadatapublic int getPriority()
LabelsetMetadatagetPriority in interface LabelsetMetadatagetPriority in class AbstractLabelsetMetadataCopyright © 2021 JBoss by Red Hat. All rights reserved.