KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry.infomodel
Interface Concept

All Superinterfaces:
ExtensibleObject, RegistryObject
See Also:
Top Examples, Source Code, Classification, ClassificationScheme

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 ClassificationScheme getClassificationScheme()
                                             throws JAXRException
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 RegistryObject getParent()
                         throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public String getValue()
                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 setValue(String value)
              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags