public class AbstractLabelsetMetadata extends Object implements LabelProviderMetadata
LabelsetMetadata instances. Provides sensible defaults.| Constructor and Description |
|---|
AbstractLabelsetMetadata(String id)
Construct a new
AbstractLabelsetMetadata instance using the given String ID. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Returns a human-readable description of the labels associated with this
LabelsetMetadata. |
String |
getID()
Returns a unique identifier for the corresponding
LabelProvider. |
String |
getOrigin()
|
int |
getPriority()
This defines the order on which a labelSet will be shown in a report.
|
int |
hashCode() |
String |
toString() |
public AbstractLabelsetMetadata(String id)
AbstractLabelsetMetadata instance using the given String ID.public String getID()
LabelsetMetadataLabelProvider.getID in interface LabelsetMetadatapublic String getDescription()
LabelsetMetadataLabelsetMetadata.getDescription in interface LabelsetMetadatapublic String getOrigin()
LabelsetMetadatagetOrigin in interface LabelsetMetadatapublic int getPriority()
LabelsetMetadatagetPriority in interface LabelsetMetadataCopyright © 2021 JBoss by Red Hat. All rights reserved.