org.openmdx.ui1.cci
Class AttributePaneClassImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefClass_1
      extended by org.openmdx.ui1.cci.AttributePaneClassImpl
All Implemented Interfaces:
Serializable, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured, org.openmdx.base.accessor.jmi.cci.RefClass_1_0, AttributePaneClass

public class AttributePaneClassImpl
extends org.openmdx.base.accessor.jmi.spi.RefClass_1
implements AttributePaneClass

See Also:
Serialized Form

Constructor Summary
AttributePaneClassImpl(org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage)
           
 
Method Summary
 AttributePane createAttributePane()
          Creates an instance of class AttributePane.
 AttributePane createAttributePane(boolean autoGenerated, boolean changeable)
          Creates an instance of class AttributePane based on all required attributes.
 AttributePane extendBasicObject(BasicObject _base, boolean autoGenerated, boolean changeable)
          Creates an instance of class AttributePane based on the superclass BasicObject and all required attributes not included in this superclass.
 AttributePane extendContextCapable(ContextCapable _base, boolean autoGenerated, boolean changeable)
          Creates an instance of class AttributePane based on the superclass ContextCapable and all required attributes not included in this superclass.
 AttributePane extendExtentCapable(ExtentCapable _base, boolean autoGenerated, boolean changeable)
          Creates an instance of class AttributePane based on the superclass ExtentCapable and all required attributes not included in this superclass.
 AttributePane extendViewCapable(ViewCapable _base, boolean autoGenerated, boolean changeable)
          Creates an instance of class AttributePane based on the superclass ViewCapable and all required attributes not included in this superclass.
 AttributePane getAttributePane(Object object)
          Creates an instance of class AttributePane based on the specified Object instance.
 String refMofId()
           
 
Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefClass_1
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum, refGetValue, refGetValue, refGetValue, refGetValue, refImmediatePackage, refInvokeOperation, refInvokeOperation, refMetaObject, refOutermostPackage, refSetValue, refSetValue, refSetValue, refVerifyConstraints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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, refOutermostPackage, refVerifyConstraints
 

Constructor Detail

AttributePaneClassImpl

public AttributePaneClassImpl(org.openmdx.base.accessor.jmi.cci.RefPackage_1_0 refPackage)
Method Detail

refMofId

public String refMofId()
Specified by:
refMofId in interface javax.jmi.reflect.RefBaseObject
Overrides:
refMofId in class org.openmdx.base.accessor.jmi.spi.RefClass_1

getAttributePane

public AttributePane getAttributePane(Object object)
Description copied from interface: AttributePaneClass
Creates an instance of class AttributePane based on the specified Object instance. This is a factory operation used to create instance objects of class AttributePane.

Specified by:
getAttributePane in interface AttributePaneClass
Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createAttributePane

public AttributePane createAttributePane()
Description copied from interface: AttributePaneClass
Creates an instance of class AttributePane. This is a factory operation used to create instance objects of class AttributePane.

Specified by:
createAttributePane in interface AttributePaneClass

createAttributePane

public AttributePane createAttributePane(boolean autoGenerated,
                                         boolean changeable)
Description copied from interface: AttributePaneClass
Creates an instance of class AttributePane based on all required attributes. This is a factory operation used to create instance objects of class AttributePane.

Specified by:
createAttributePane in interface AttributePaneClass

extendBasicObject

public AttributePane extendBasicObject(BasicObject _base,
                                       boolean autoGenerated,
                                       boolean changeable)
Description copied from interface: AttributePaneClass
Creates an instance of class AttributePane 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 AttributePane.

Specified by:
extendBasicObject in interface AttributePaneClass

extendContextCapable

public AttributePane extendContextCapable(ContextCapable _base,
                                          boolean autoGenerated,
                                          boolean changeable)
Description copied from interface: AttributePaneClass
Creates an instance of class AttributePane 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 AttributePane.

Specified by:
extendContextCapable in interface AttributePaneClass

extendExtentCapable

public AttributePane extendExtentCapable(ExtentCapable _base,
                                         boolean autoGenerated,
                                         boolean changeable)
Description copied from interface: AttributePaneClass
Creates an instance of class AttributePane 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 AttributePane.

Specified by:
extendExtentCapable in interface AttributePaneClass

extendViewCapable

public AttributePane extendViewCapable(ViewCapable _base,
                                       boolean autoGenerated,
                                       boolean changeable)
Description copied from interface: AttributePaneClass
Creates an instance of class AttributePane 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 AttributePane.

Specified by:
extendViewCapable in interface AttributePaneClass


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