当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
ClassificationScheme (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry.infomodel
Interface ClassificationScheme
- All Superinterfaces:
- ExtensibleObject, RegistryEntry, RegistryObject, Versionable
- public interface ClassificationScheme
- extends RegistryEntry
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject |
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 |
VALUE_TYPE_EMBEDDED_PATH
public static final int VALUE_TYPE_EMBEDDED_PATH
- See Also:
- Constant Field Values
VALUE_TYPE_NON_UNIQUE
public static final int VALUE_TYPE_NON_UNIQUE
- See Also:
- Constant Field Values
VALUE_TYPE_UNIQUE
public static final int VALUE_TYPE_UNIQUE
- See Also:
- Constant Field Values
addChildConcept
public void addChildConcept(Concept concept)
throws JAXRException
- Throws:
JAXRException
addChildConcepts
public void addChildConcepts(Collection concepts)
throws JAXRException
- Throws:
JAXRException
getChildConceptCount
public int getChildConceptCount()
throws JAXRException
- Throws:
JAXRException
getChildrenConcepts
public Collection getChildrenConcepts()
throws JAXRException
- Throws:
JAXRException
getDescendantConcepts
public Collection getDescendantConcepts()
throws JAXRException
- Throws:
JAXRException
getValueType
public int getValueType()
throws JAXRException
- Throws:
JAXRException
isExternal
public boolean isExternal()
throws JAXRException
- Throws:
JAXRException
removeChildConcept
public void removeChildConcept(Concept concept)
throws JAXRException
- Throws:
JAXRException
removeChildConcepts
public void removeChildConcepts(Collection concepts)
throws JAXRException
- Throws:
JAXRException
setValueType
public void setValueType(int valueType)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.