public interface Ref extends Comparable<Ref>
Modifier and Type | Method and Description |
---|---|
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.
|
compareTo
String getId()
String getNamespace()
String getLabel()
Copyright © 2021. All rights reserved.