public class AbstractRef extends Object implements Ref
Modifier | Constructor and Description |
---|---|
protected |
AbstractRef(Ref ref) |
protected |
AbstractRef(String namespace,
String id,
String label) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Ref o) |
boolean |
equals(Object obj) |
String |
getId()
An identifier unique to the provider that 'owns' this reference
|
String |
getLabel()
A human-readable label for the reference.
|
String |
getNamespace()
A string used to identify the provider this belongs to.
|
int |
hashCode() |
void |
setLabel(String label) |
protected String m_id
protected AbstractRef(Ref ref)
public final String getId()
Ref
public final String getNamespace()
Ref
getNamespace
in interface Ref
public final String getLabel()
Ref
public final void setLabel(String label)
public int compareTo(Ref o)
compareTo
in interface Comparable<Ref>
Copyright © 2021. All rights reserved.