public class IdentifierReference extends Object implements Comparable<IdentifierReference>
Constructor and Description |
---|
IdentifierReference(String referenceLocation,
String identifier)
Creates a new instance with a given location for the target referring to
an identifier.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(IdentifierReference other) |
boolean |
equals(Object obj) |
String |
getIdentifier()
Gets the identifier referenced.
|
String |
getReferenceLocation()
Gets the location of the target containing the reference.
|
int |
hashCode() |
public IdentifierReference(String referenceLocation, String identifier)
referenceLocation
- the location of the target containing the referenceidentifier
- the identifier referred topublic String getReferenceLocation()
public String getIdentifier()
public int compareTo(IdentifierReference other)
compareTo
in interface Comparable<IdentifierReference>
Copyright © 2010–2016 Planetary Data System. All rights reserved.