NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Interface ExternalLink

All Superinterfaces:
Identifiable, RegistryObject
All Known Implementing Classes:
ExternalLinkParser

public interface ExternalLink
extends RegistryObject


Method Summary
 String getExternalURI()
           
 void setExternalURI(String externalURI)
           
 
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
 

Method Detail

getExternalURI

String getExternalURI()

setExternalURI

void setExternalURI(String externalURI)

NASA World Wind