public class Identification extends Object implements CharSequence, Serializable
| Constructor and Description |
|---|
Identification(String name)
Creates an identification from the specified object name.
|
Identification(String name,
String remarks,
String alias,
String identifier)
Creates an identification from the specified object name.
|
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index)
Returns the name character at the specified index.
|
boolean |
equals(Object object)
Compares the specified object with this identification for equality.
|
String |
getAlias() |
String |
getIdentifier() |
String |
getName() |
String |
getRemarks() |
int |
hashCode()
Returns a hash value for this identification.
|
int |
length()
Returns the name length.
|
CharSequence |
subSequence(int start,
int end)
Returns a subsequence of this identification.
|
String |
toString() |
chars, codePointspublic Identification(String name, String remarks, String alias, String identifier)
public Identification(String name)
public int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic int hashCode()
public boolean equals(Object object)
public String getName()
public String getRemarks()
public String getAlias()
public String getIdentifier()
public String toString()
toString in interface CharSequencetoString in class ObjectCopyright © 1996–2019 Geotools. All rights reserved.