|
||||||||||
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".
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 |
---|
matches, toString |
Method Detail |
---|
@XmlElement(value="id") String getID()
getID
in interface Identifier<String,Feature>
boolean matches(Object record)
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 |