public void addChildConcept(Concept concept) throws JAXRException
public void addChildConcepts(Collection concepts) throws JAXRException
public int getChildConceptCount() throws JAXRException
public Collection getChildrenConcepts() throws JAXRException
Concept
public Collection getDescendantConcepts() throws JAXRException
public int getValueType() throws JAXRException
VALUE_TYPE_NON_UNIQUE
VALUE_TYPE_EMBEDDED_PATH
VALUE_TYPE_UNIQUE
public boolean isExternal() throws JAXRException
public void removeChildConcept(Concept concept) throws JAXRException
public void removeChildConcepts(Collection concepts) throws JAXRException
public void setValueType(int valueType) throws JAXRException
public static final int VALUE_TYPE_EMBEDDED_PATH
public static final int VALUE_TYPE_NON_UNIQUE
public static final int VALUE_TYPE_UNIQUE