public class LabeledIdentifier extends Object implements IDescribable
equals(Object).| Constructor and Description |
|---|
LabeledIdentifier(String interfaceId,
long implId,
String name,
String description)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDeclaredDescription()
The
getDescription() method gives a generated description. |
String |
getDescription() |
long |
getImplementationId() |
String |
getInterfaceId() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public LabeledIdentifier(String interfaceId, long implId, String name, String description)
interfaceId - interface part of the identifier valueimplId - implementation part of the identifier valuename - identifier namedescription - identifier descriptionpublic String getInterfaceId()
public long getImplementationId()
public String getName()
getName in interface IDescribablepublic String getDeclaredDescription()
getDescription() method gives a generated description. Use this method to get
the description passed into the constructor.public String getDescription()
getDescription in interface IDescribableCopyright © 2019. All rights reserved.