org.openmdx.ui1.jmi1
Interface CompoundFieldClass

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured

public interface CompoundFieldClass
extends javax.jmi.reflect.RefClass


Method Summary
 CompoundField createCompoundField()
          Creates an instance of class CompoundField.
 CompoundField createCompoundField(boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class CompoundField based on all required attributes.
 CompoundField extendAbstractField(AbstractField _base, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class CompoundField based on the superclass AbstractField and all required attributes not included in this superclass.
 CompoundField extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class CompoundField based on the superclass BasicObject and all required attributes not included in this superclass.
 CompoundField extendContainer(Container _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class CompoundField based on the superclass Container and all required attributes not included in this superclass.
 CompoundField extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class CompoundField based on the superclass ContextCapable and all required attributes not included in this superclass.
 CompoundField extendElement(Element _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class CompoundField based on the superclass Element and all required attributes not included in this superclass.
 CompoundField extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class CompoundField based on the superclass ExtentCapable and all required attributes not included in this superclass.
 CompoundField extendLabelledField(LabelledField _base, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class CompoundField based on the superclass LabelledField and all required attributes not included in this superclass.
 CompoundField extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, boolean fontBold, boolean fontItalic, String fontName, BigDecimal fontSize, boolean fontStrikeout, boolean fontUnderline, boolean autoGenerated, boolean changeable, boolean filterable, String multiplicity, int skipRow, boolean sortable, int spanRow)
          Creates an instance of class CompoundField based on the superclass ViewCapable and all required attributes not included in this superclass.
 CompoundField getCompoundField(Object object)
          Creates an instance of class CompoundField 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

createCompoundField

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


getCompoundField

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

Parameters:
object - The Object instance this class is based on.

createCompoundField

CompoundField createCompoundField(boolean fontBold,
                                  boolean fontItalic,
                                  String fontName,
                                  BigDecimal fontSize,
                                  boolean fontStrikeout,
                                  boolean fontUnderline,
                                  boolean autoGenerated,
                                  boolean changeable,
                                  boolean filterable,
                                  String multiplicity,
                                  int skipRow,
                                  boolean sortable,
                                  int spanRow)
Creates an instance of class CompoundField based on all required attributes. This is a factory operation used to create instance objects of class CompoundField.


extendBasicObject

CompoundField extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                                boolean fontBold,
                                boolean fontItalic,
                                String fontName,
                                BigDecimal fontSize,
                                boolean fontStrikeout,
                                boolean fontUnderline,
                                boolean autoGenerated,
                                boolean changeable,
                                boolean filterable,
                                String multiplicity,
                                int skipRow,
                                boolean sortable,
                                int spanRow)
Creates an instance of class CompoundField 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 CompoundField.


extendContextCapable

CompoundField extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                                   boolean fontBold,
                                   boolean fontItalic,
                                   String fontName,
                                   BigDecimal fontSize,
                                   boolean fontStrikeout,
                                   boolean fontUnderline,
                                   boolean autoGenerated,
                                   boolean changeable,
                                   boolean filterable,
                                   String multiplicity,
                                   int skipRow,
                                   boolean sortable,
                                   int spanRow)
Creates an instance of class CompoundField 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 CompoundField.


extendExtentCapable

CompoundField extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                                  boolean fontBold,
                                  boolean fontItalic,
                                  String fontName,
                                  BigDecimal fontSize,
                                  boolean fontStrikeout,
                                  boolean fontUnderline,
                                  boolean autoGenerated,
                                  boolean changeable,
                                  boolean filterable,
                                  String multiplicity,
                                  int skipRow,
                                  boolean sortable,
                                  int spanRow)
Creates an instance of class CompoundField 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 CompoundField.


extendViewCapable

CompoundField extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                                boolean fontBold,
                                boolean fontItalic,
                                String fontName,
                                BigDecimal fontSize,
                                boolean fontStrikeout,
                                boolean fontUnderline,
                                boolean autoGenerated,
                                boolean changeable,
                                boolean filterable,
                                String multiplicity,
                                int skipRow,
                                boolean sortable,
                                int spanRow)
Creates an instance of class CompoundField 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 CompoundField.


extendAbstractField

CompoundField extendAbstractField(AbstractField _base,
                                  boolean filterable,
                                  String multiplicity,
                                  int skipRow,
                                  boolean sortable,
                                  int spanRow)
Creates an instance of class CompoundField 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 CompoundField.


extendContainer

CompoundField extendContainer(Container _base,
                              boolean fontBold,
                              boolean fontItalic,
                              String fontName,
                              BigDecimal fontSize,
                              boolean fontStrikeout,
                              boolean fontUnderline,
                              boolean filterable,
                              String multiplicity,
                              int skipRow,
                              boolean sortable,
                              int spanRow)
Creates an instance of class CompoundField 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 CompoundField.


extendElement

CompoundField extendElement(Element _base,
                            boolean fontBold,
                            boolean fontItalic,
                            String fontName,
                            BigDecimal fontSize,
                            boolean fontStrikeout,
                            boolean fontUnderline,
                            boolean filterable,
                            String multiplicity,
                            int skipRow,
                            boolean sortable,
                            int spanRow)
Creates an instance of class CompoundField 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 CompoundField.


extendLabelledField

CompoundField extendLabelledField(LabelledField _base,
                                  boolean filterable,
                                  String multiplicity,
                                  int skipRow,
                                  boolean sortable,
                                  int spanRow)
Creates an instance of class CompoundField 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 CompoundField.



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