NASA World Wind

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

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

public interface Classification
extends RegistryObject


Method Summary
 String getClassificationNode()
           
 String getClassificationScheme()
           
 String getClassifiedObject()
           
 String getNodeRepresentation()
           
 void setClassificationNode(String classificationNode)
           
 void setClassificationScheme(String classificationScheme)
           
 void setClassifiedObject(String classifiedObject)
           
 void setNodeRepresentation(String nodeRepresentation)
           
 
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

getClassificationNode

String getClassificationNode()

getClassificationScheme

String getClassificationScheme()

getClassifiedObject

String getClassifiedObject()

getNodeRepresentation

String getNodeRepresentation()

setClassificationNode

void setClassificationNode(String classificationNode)

setClassificationScheme

void setClassificationScheme(String classificationScheme)

setClassifiedObject

void setClassifiedObject(String classifiedObject)

setNodeRepresentation

void setNodeRepresentation(String nodeRepresentation)

NASA World Wind