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() |
boolean |
isNameDelimited() |
int |
length() |
void |
setName(String name) |
void |
setNameDelimited(boolean nameDelimited) |
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 boolean isNameDelimited()
public void setNameDelimited(boolean nameDelimited)
public int length()
length
in interface Identifier
public int compareTo(Identifier o)
compareTo
in interface Comparable<Identifier>
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.