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, codePoints
public Identification(String name, String remarks, String alias, String identifier)
public Identification(String name)
public int length()
length
in interface CharSequence
public char charAt(int index)
charAt
in interface CharSequence
public CharSequence subSequence(int start, int end)
subSequence
in interface CharSequence
public 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 CharSequence
toString
in class Object
Copyright © 1996–2019 Geotools. All rights reserved.