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, setStability
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, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion
static 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
JAXRException
void addChildConcepts(Collection concepts) throws JAXRException
JAXRException
int getChildConceptCount() throws JAXRException
JAXRException
Collection getChildrenConcepts() throws JAXRException
JAXRException
Collection getDescendantConcepts() throws JAXRException
JAXRException
int getValueType() throws JAXRException
JAXRException
boolean isExternal() throws JAXRException
JAXRException
void removeChildConcept(Concept concept) throws JAXRException
JAXRException
void removeChildConcepts(Collection concepts) throws JAXRException
JAXRException
void setValueType(int valueType) throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.