org.openmdx.ui1.cci
Interface ObjectContainerClass

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, org.openmdx.base.accessor.jmi.cci.RefClass_1_0, javax.jmi.reflect.RefFeatured
All Known Implementing Classes:
ObjectContainerClassImpl

public interface ObjectContainerClass
extends org.openmdx.base.accessor.jmi.cci.RefClass_1_0


Method Summary
 ObjectContainer createObjectContainer()
          Creates an instance of class ObjectContainer.
 ObjectContainer createObjectContainer(boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier)
          Creates an instance of class ObjectContainer based on all required attributes.
 ObjectContainer extendAbstractField(AbstractField _base, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier)
          Creates an instance of class ObjectContainer based on the superclass AbstractField and all required attributes not included in this superclass.
 ObjectContainer extendBasicObject(BasicObject _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier)
          Creates an instance of class ObjectContainer based on the superclass BasicObject and all required attributes not included in this superclass.
 ObjectContainer extendContainer(Container _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier)
          Creates an instance of class ObjectContainer based on the superclass Container and all required attributes not included in this superclass.
 ObjectContainer extendContainerField(ContainerField _base, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier)
          Creates an instance of class ObjectContainer based on the superclass ContainerField and all required attributes not included in this superclass.
 ObjectContainer extendContextCapable(ContextCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier)
          Creates an instance of class ObjectContainer based on the superclass ContextCapable and all required attributes not included in this superclass.
 ObjectContainer extendElement(Element _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier)
          Creates an instance of class ObjectContainer based on the superclass Element and all required attributes not included in this superclass.
 ObjectContainer extendExtentCapable(ExtentCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier)
          Creates an instance of class ObjectContainer based on the superclass ExtentCapable and all required attributes not included in this superclass.
 ObjectContainer extendLabelledField(LabelledField _base, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier)
          Creates an instance of class ObjectContainer based on the superclass LabelledField and all required attributes not included in this superclass.
 ObjectContainer extendObjectReference(ObjectReference _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable)
          Creates an instance of class ObjectContainer based on the superclass ObjectReference and all required attributes not included in this superclass.
 ObjectContainer extendViewCapable(ViewCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean referenceIsStoredAsAttribute, String referenceName, String referencedTypeName, boolean userDefinedQualifier)
          Creates an instance of class ObjectContainer based on the superclass ViewCapable and all required attributes not included in this superclass.
 ObjectContainer getObjectContainer(Object object)
          Creates an instance of class ObjectContainer based on the specified Object instance.
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createObjectContainer

ObjectContainer createObjectContainer()
Creates an instance of class ObjectContainer. This is a factory operation used to create instance objects of class ObjectContainer.


getObjectContainer

ObjectContainer getObjectContainer(Object object)
Creates an instance of class ObjectContainer based on the specified Object instance. This is a factory operation used to create instance objects of class ObjectContainer.

Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createObjectContainer

ObjectContainer createObjectContainer(boolean fontBold,
                                      boolean fontItalic,
                                      String fontName,
                                      BigDecimal fontSize,
                                      boolean fontStrikeout,
                                      boolean fontUnderline,
                                      boolean autoGenerated,
                                      boolean changeable,
                                      boolean referenceIsStoredAsAttribute,
                                      String referenceName,
                                      String referencedTypeName,
                                      boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on all required attributes. This is a factory operation used to create instance objects of class ObjectContainer.


extendBasicObject

ObjectContainer extendBasicObject(BasicObject _base,
                                  boolean fontBold,
                                  boolean fontItalic,
                                  String fontName,
                                  BigDecimal fontSize,
                                  boolean fontStrikeout,
                                  boolean fontUnderline,
                                  boolean autoGenerated,
                                  boolean changeable,
                                  boolean referenceIsStoredAsAttribute,
                                  String referenceName,
                                  String referencedTypeName,
                                  boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the superclass BasicObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ObjectContainer.


extendContextCapable

ObjectContainer extendContextCapable(ContextCapable _base,
                                     boolean fontBold,
                                     boolean fontItalic,
                                     String fontName,
                                     BigDecimal fontSize,
                                     boolean fontStrikeout,
                                     boolean fontUnderline,
                                     boolean autoGenerated,
                                     boolean changeable,
                                     boolean referenceIsStoredAsAttribute,
                                     String referenceName,
                                     String referencedTypeName,
                                     boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the superclass ContextCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ObjectContainer.


extendExtentCapable

ObjectContainer extendExtentCapable(ExtentCapable _base,
                                    boolean fontBold,
                                    boolean fontItalic,
                                    String fontName,
                                    BigDecimal fontSize,
                                    boolean fontStrikeout,
                                    boolean fontUnderline,
                                    boolean autoGenerated,
                                    boolean changeable,
                                    boolean referenceIsStoredAsAttribute,
                                    String referenceName,
                                    String referencedTypeName,
                                    boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the superclass ExtentCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ObjectContainer.


extendViewCapable

ObjectContainer extendViewCapable(ViewCapable _base,
                                  boolean fontBold,
                                  boolean fontItalic,
                                  String fontName,
                                  BigDecimal fontSize,
                                  boolean fontStrikeout,
                                  boolean fontUnderline,
                                  boolean autoGenerated,
                                  boolean changeable,
                                  boolean referenceIsStoredAsAttribute,
                                  String referenceName,
                                  String referencedTypeName,
                                  boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the superclass ViewCapable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ObjectContainer.


extendAbstractField

ObjectContainer extendAbstractField(AbstractField _base,
                                    boolean referenceIsStoredAsAttribute,
                                    String referenceName,
                                    String referencedTypeName,
                                    boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the superclass AbstractField and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ObjectContainer.


extendContainer

ObjectContainer extendContainer(Container _base,
                                boolean fontBold,
                                boolean fontItalic,
                                String fontName,
                                BigDecimal fontSize,
                                boolean fontStrikeout,
                                boolean fontUnderline,
                                boolean referenceIsStoredAsAttribute,
                                String referenceName,
                                String referencedTypeName,
                                boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the superclass Container and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ObjectContainer.


extendContainerField

ObjectContainer extendContainerField(ContainerField _base,
                                     boolean referenceIsStoredAsAttribute,
                                     String referenceName,
                                     String referencedTypeName,
                                     boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the superclass ContainerField and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ObjectContainer.


extendElement

ObjectContainer extendElement(Element _base,
                              boolean fontBold,
                              boolean fontItalic,
                              String fontName,
                              BigDecimal fontSize,
                              boolean fontStrikeout,
                              boolean fontUnderline,
                              boolean referenceIsStoredAsAttribute,
                              String referenceName,
                              String referencedTypeName,
                              boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the superclass Element and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ObjectContainer.


extendLabelledField

ObjectContainer extendLabelledField(LabelledField _base,
                                    boolean referenceIsStoredAsAttribute,
                                    String referenceName,
                                    String referencedTypeName,
                                    boolean userDefinedQualifier)
Creates an instance of class ObjectContainer based on the superclass LabelledField and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ObjectContainer.


extendObjectReference

ObjectContainer extendObjectReference(ObjectReference _base,
                                      boolean fontBold,
                                      boolean fontItalic,
                                      String fontName,
                                      BigDecimal fontSize,
                                      boolean fontStrikeout,
                                      boolean fontUnderline,
                                      boolean autoGenerated,
                                      boolean changeable)
Creates an instance of class ObjectContainer based on the superclass ObjectReference and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ObjectContainer.



This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.