org.openmdx.ui1.cci
Interface Container
- All Superinterfaces:
- BasicObject, ContextCapable, Element, ExtentCapable, RefBaseObject, RefFeatured, RefObject, RefObject_1_0
- All Known Subinterfaces:
- AttributePane, CompoundField, ContainerField, FieldGroup, Inspector, ObjectContainer, OperationPane, OperationTab, Pane, ReferencePane, Tab
- All Known Implementing Classes:
- AttributePaneImpl, CompoundFieldImpl, ContainerFieldImpl, ContainerImpl, FieldGroupImpl, InspectorImpl, ObjectContainerImpl, OperationPaneImpl, OperationTabImpl, PaneImpl, ReferencePaneImpl, TabImpl
public interface Container
- extends Element
| Methods inherited from interface org.openmdx.ui1.cci.Element |
getIconKey, getMimeType, getToolTip, getToolTip, isAutoGenerated, isChangeable, setAutoGenerated, setChangeable, setIconKey, setMimeType, setToolTip, setToolTip |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
getMember
Element getMember(int order)
- Retrieves the value for the reference
member for the
specified qualifier attribute value.
- Parameters:
order - The value for the qualifier attribute that qualifies this reference.
- Returns:
- The possibly null value for this reference.
- Throws:
JmiException - If the value cannot be retrieved for some reason.
getMember
Collection getMember()
- Retrieves the objects referenced by
member.
- Returns:
- The collection of referenced objects.
- Throws:
JmiException - If the value cannot be retrieved for some reason.
addMember
void addMember(int order,
Element newValue)
- Parameters:
order - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.
- Throws:
JmiException - If the value cannot be appended for some reason.
addMember
void addMember(Element newValue)
- Parameters:
newValue - The element to be appended.
- Throws:
JmiException - If the value cannot be appended for some reason.
removeMember
void removeMember(int order)
- Throws:
JmiException - If the value cannot be removed for some reason.
This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.