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 Identifier
public String getName()
getName
in interface Identifier
public int length()
length
in interface Identifier
public int compareTo(Identifier o)
compareTo
in interface Comparable<Identifier>
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.