|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGmlObjectIdImpl
public class GmlObjectIdImpl
Implementation of GmlObjectId
.
Constructor Summary | |
---|---|
GmlObjectIdImpl(String gmlId)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
Identifier is a data object, equals is based just on getID() |
String |
getID()
The identifier value, which is a string. |
int |
hashCode()
Identifier is a data object, hashCode is based just on getID() |
boolean |
matches(Object object)
Evaluates the identifer value against the given GML3 construct. |
String |
toString()
Returns a string representation of the identifier. |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GmlObjectIdImpl(String gmlId)
Method Detail |
---|
public String getID()
GmlObjectId
getID
in interface GmlObjectId
getID
in interface Identifier
public boolean matches(Object object)
GmlObjectId
matches
in interface GmlObjectId
matches
in interface Identifier
object
- The object to perform the test against.
true
if a match, otherwise false
.public String toString()
Identifier
toString
in interface Identifier
toString
in class Object
public boolean equals(Object obj)
Identifier
equals
in interface Identifier
equals
in class Object
public int hashCode()
Identifier
hashCode
in interface Identifier
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |