KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > ClassificationScheme

javax.xml.registry.infomodel
Interface ClassificationScheme

All Superinterfaces:
ExtensibleObject, RegistryEntry, RegistryObject, Versionable
See Also:
Top Examples, Source Code

public void addChildConcept(Concept concept)
                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addChildConcepts(Collection concepts)
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getChildConceptCount()
                         throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getChildrenConcepts()
                               throws JAXRException
See Also:
Concept
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getDescendantConcepts()
                                 throws JAXRException
See Also:
Concept
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getValueType()
                 throws JAXRException
See Also:
VALUE_TYPE_NON_UNIQUE, VALUE_TYPE_EMBEDDED_PATH, VALUE_TYPE_UNIQUE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isExternal()
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeChildConcept(Concept concept)
                        throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeChildConcepts(Collection concepts)
                         throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setValueType(int valueType)
                  throws JAXRException
See Also:
VALUE_TYPE_NON_UNIQUE, VALUE_TYPE_EMBEDDED_PATH, VALUE_TYPE_UNIQUE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VALUE_TYPE_EMBEDDED_PATH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VALUE_TYPE_NON_UNIQUE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int VALUE_TYPE_UNIQUE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags