gov.nasa.worldwind.applications.gio.ebrim
Interface Classification
- All Superinterfaces:
- Identifiable, RegistryObject
- All Known Implementing Classes:
- ClassificationParser
public interface Classification
- 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 |
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)