public interface RegistryPackage extends RegistryEntry
RegistryObject
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN
修飾子と型 | メソッドと説明 |
---|---|
void | addRegistryObject(RegistryObject registryObject) 子 RegistryObject をメンバーとして追加します。 |
void | addRegistryObjects(CollectionSE registryObjects) RegistryObject 子のコレクションをメンバーとして追加します。 |
SetSE | getRegistryObjects() この RegistryPackage のメンバー RegistryObjects のコレクションを取得します。 |
void | removeRegistryObject(RegistryObject registryObject) メンバーシップから子 RegistryObject を削除します。 |
void | removeRegistryObjects(CollectionSE registryObjects) メンバーシップから子 RegistryObjects のコレクションを削除します。 |
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
void addRegistryObject(RegistryObject registryObject) throws JAXRException
registryObject
- 追加される RegistryObjectJAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void addRegistryObjects(CollectionSE registryObjects) throws JAXRException
registryObjects
- 追加される RegistryObjects のコレクション JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void removeRegistryObject(RegistryObject registryObject) throws JAXRException
registryObject
- 削除される RegistryObjectJAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void removeRegistryObjects(CollectionSE registryObjects) throws JAXRException
registryObjects
- 削除される RegistryObject のコレクション JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 SetSE getRegistryObjects() throws JAXRException
JAXRException
- Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.