public class IdentifierImpl extends Object implements Identifier, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
IdentifierImpl() |
|
IdentifierImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Identifier o) |
String |
getName() |
int |
hashCode() |
int |
length() |
void |
setName(String name) |
String |
toString() |
protected IdentifierImpl()
public IdentifierImpl(String name)
public void setName(String name)
setName in interface Identifierpublic String getName()
getName in interface Identifierpublic int length()
length in interface Identifierpublic int compareTo(Identifier o)
compareTo in interface Comparable<Identifier>Copyright © 2006–2020 Apache Software Foundation. All rights reserved.