public interface Concept extends RegistryObject
| Modifier and Type | Method and Description |
|---|---|
void |
addChildConcept(Concept concept) |
void |
addChildConcepts(Collection concepts) |
int |
getChildConceptCount() |
Collection |
getChildrenConcepts() |
ClassificationScheme |
getClassificationScheme() |
Collection |
getDescendantConcepts() |
RegistryObject |
getParent() |
Concept |
getParentConcept() |
String |
getPath() |
String |
getValue() |
void |
removeChildConcept(Concept concept) |
void |
removeChildConcepts(Collection concepts) |
void |
setValue(String value) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsvoid addChildConcept(Concept concept) throws JAXRException
JAXRExceptionvoid addChildConcepts(Collection concepts) throws JAXRException
JAXRExceptionint getChildConceptCount()
throws JAXRException
JAXRExceptionCollection getChildrenConcepts() throws JAXRException
JAXRExceptionClassificationScheme getClassificationScheme() throws JAXRException
JAXRExceptionCollection getDescendantConcepts() throws JAXRException
JAXRExceptionRegistryObject getParent() throws JAXRException
JAXRExceptionConcept getParentConcept() throws JAXRException
JAXRExceptionString getPath() throws JAXRException
JAXRExceptionString getValue() throws JAXRException
JAXRExceptionvoid removeChildConcept(Concept concept) throws JAXRException
JAXRExceptionvoid removeChildConcepts(Collection concepts) throws JAXRException
JAXRExceptionvoid setValue(String value) throws JAXRException
JAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.