Interface Identifier
-
- All Superinterfaces:
Cloneable
,Comparable<Identifier>
- All Known Implementing Classes:
IdentifierImpl
public interface Identifier extends Comparable<Identifier>, Cloneable
Base interface for identifiers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
int
length()
void
setName(String name)
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-