|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@XmlElement(value="RecordId") public interface RecordId
RecordId refered to by CSW-2 specification.
Records are identified with a String, commonly referred to as an "id". We are using SimpleFeature to represent a Record at the moment (since our Record does not have a getID() method).
Method Summary | |
---|---|
String |
getID()
The identifier value, which is a string. |
boolean |
matches(Object record)
Evaluates the identifer value against the given record. |
Methods inherited from interface Identifier |
---|
equals, hashCode, toString |
Method Detail |
---|
@XmlElement(value="id") String getID()
getID
in interface Identifier
boolean matches(Object record)
matches
in interface Identifier
record
- The recrod construct to be tested.
true
if a match, otherwise false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |