gov.nasa.worldwind.applications.gio.ebrim
Interface ServiceBinding
- All Superinterfaces:
- Identifiable, RegistryObject
- All Known Implementing Classes:
- ServiceBindingParser
public interface ServiceBinding
- extends RegistryObject
Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.RegistryObject |
addClassification, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifier, addExternalIdentifiers, clearClassifications, clearExternalIdentifiers, getClassification, getClassificationCount, getClassificationIterator, getDescription, getExternalIdentifier, getExternalIdentifierCount, getExternalIdentifierIterator, getIndex, getIndex, getLid, getName, getObjectType, getStatus, getVersionInfo, removeClassification, removeExternalIdentifier, setClassification, setDescription, setExternalIdentifier, setLid, setName, setObjectType, setStatus, setVersionInfo |
Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.Identifiable |
addSlot, addSlot, addSlots, clearSlots, getHome, getId, getIndex, getSlot, getSlotCount, getSlotIterator, removeSlot, setHome, setId, setSlot |
addSpecificationLink
void addSpecificationLink(int index,
SpecificationLink sl)
addSpecificationLink
void addSpecificationLink(SpecificationLink sl)
addSpecificationLinks
void addSpecificationLinks(Collection<? extends SpecificationLink> c)
clearSpecificationLinks
void clearSpecificationLinks()
getAccessURI
String getAccessURI()
getIndex
int getIndex(SpecificationLink sl)
getService
String getService()
getSpecificationLink
SpecificationLink getSpecificationLink(int index)
getSpecificationLinkCount
int getSpecificationLinkCount()
getSpecificationLinkIterator
Iterator<SpecificationLink> getSpecificationLinkIterator()
getTargetBinding
String getTargetBinding()
removeSpecificationLink
void removeSpecificationLink(int index)
setAccessURI
void setAccessURI(String accessURI)
setService
void setService(String service)
setSpecificationLink
void setSpecificationLink(int index,
SpecificationLink sl)
setTargetBinding
void setTargetBinding(String targetBinding)