public interface ClassificationScheme extends RegistryEntry
| Modifier and Type | Field and Description |
|---|---|
static int |
VALUE_TYPE_EMBEDDED_PATH |
static int |
VALUE_TYPE_NON_UNIQUE |
static int |
VALUE_TYPE_UNIQUE |
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN| Modifier and Type | Method and Description |
|---|---|
void |
addChildConcept(Concept concept) |
void |
addChildConcepts(Collection concepts) |
int |
getChildConceptCount() |
Collection |
getChildrenConcepts() |
Collection |
getDescendantConcepts() |
int |
getValueType() |
boolean |
isExternal() |
void |
removeChildConcept(Concept concept) |
void |
removeChildConcepts(Collection concepts) |
void |
setValueType(int valueType) |
getExpiration, getStability, getStatus, setExpiration, setStabilityaddAssociation, 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, removeSlotsgetMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersionstatic final int VALUE_TYPE_EMBEDDED_PATH
static final int VALUE_TYPE_NON_UNIQUE
static final int VALUE_TYPE_UNIQUE
void addChildConcept(Concept concept) throws JAXRException
JAXRExceptionvoid addChildConcepts(Collection concepts) throws JAXRException
JAXRExceptionint getChildConceptCount()
throws JAXRException
JAXRExceptionCollection getChildrenConcepts() throws JAXRException
JAXRExceptionCollection getDescendantConcepts() throws JAXRException
JAXRExceptionint getValueType()
throws JAXRException
JAXRExceptionboolean isExternal()
throws JAXRException
JAXRExceptionvoid removeChildConcept(Concept concept) throws JAXRException
JAXRExceptionvoid removeChildConcepts(Collection concepts) throws JAXRException
JAXRExceptionvoid setValueType(int valueType)
throws JAXRException
JAXRExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.