org.opencrx.kernel.model1.cci
Class ParameterClassImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefClass_1
      extended by org.opencrx.kernel.model1.cci.ParameterClassImpl
All Implemented Interfaces:
Serializable, RefBaseObject, RefClass, RefFeatured, ParameterClass, RefClass_1_0

public class ParameterClassImpl
extends RefClass_1
implements ParameterClass

See Also:
Serialized Form

Constructor Summary
ParameterClassImpl(RefPackage_1_0 refPackage)
           
 
Method Summary
 Parameter createParameter()
          Creates an instance of class Parameter.
 Parameter createParameter(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on all required attributes.
 Parameter extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass AlertSender and all required attributes not included in this superclass.
 Parameter extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass Auditee and all required attributes not included in this superclass.
 Parameter extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass BasicObject and all required attributes not included in this superclass.
 Parameter extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass Cloneable and all required attributes not included in this superclass.
 Parameter extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass ContextCapable and all required attributes not included in this superclass.
 Parameter extendCrxObject(CrxObject _base, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass CrxObject and all required attributes not included in this superclass.
 Parameter extendElement(Element _base, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass Element and all required attributes not included in this superclass.
 Parameter extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Parameter extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass Importer and all required attributes not included in this superclass.
 Parameter extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass Indexed and all required attributes not included in this superclass.
 Parameter extendSecureObject(SecureObject _base, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass SecureObject and all required attributes not included in this superclass.
 Parameter extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 Parameter extendTypedElement(TypedElement _base, short direction, short multiplicity)
          Creates an instance of class Parameter based on the superclass TypedElement and all required attributes not included in this superclass.
 Parameter extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass ViewCapable and all required attributes not included in this superclass.
 Parameter extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name, String qualifiedName, short direction, short multiplicity, Classifier type)
          Creates an instance of class Parameter based on the superclass XmlExporter and all required attributes not included in this superclass.
 Parameter getParameter(Object object)
          Creates an instance of class Parameter 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

ParameterClassImpl

public ParameterClassImpl(RefPackage_1_0 refPackage)
Method Detail

refMofId

public String refMofId()
Specified by:
refMofId in interface RefBaseObject
Overrides:
refMofId in class RefClass_1

getParameter

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

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

createParameter

public Parameter createParameter()
Description copied from interface: ParameterClass
Creates an instance of class Parameter. This is a factory operation used to create instance objects of class Parameter.

Specified by:
createParameter in interface ParameterClass

createParameter

public Parameter createParameter(short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 boolean disabled,
                                 String name,
                                 String qualifiedName,
                                 short direction,
                                 short multiplicity,
                                 Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter based on all required attributes. This is a factory operation used to create instance objects of class Parameter.

Specified by:
createParameter in interface ParameterClass

extendAlertSender

public Parameter extendAlertSender(AlertSender _base,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   boolean disabled,
                                   String name,
                                   String qualifiedName,
                                   short direction,
                                   short multiplicity,
                                   Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter based on the superclass AlertSender and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Parameter.

Specified by:
extendAlertSender in interface ParameterClass

extendAuditee

public Parameter extendAuditee(Auditee _base,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled,
                               String name,
                               String qualifiedName,
                               short direction,
                               short multiplicity,
                               Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter based on the superclass Auditee and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Parameter.

Specified by:
extendAuditee in interface ParameterClass

extendCloneable

public Parameter extendCloneable(Cloneable _base,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 boolean disabled,
                                 String name,
                                 String qualifiedName,
                                 short direction,
                                 short multiplicity,
                                 Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter based on the superclass Cloneable and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Parameter.

Specified by:
extendCloneable in interface ParameterClass

extendImporter

public Parameter extendImporter(Importer _base,
                                short accessLevelBrowse,
                                short accessLevelDelete,
                                short accessLevelUpdate,
                                boolean disabled,
                                String name,
                                String qualifiedName,
                                short direction,
                                short multiplicity,
                                Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter based on the superclass Importer and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Parameter.

Specified by:
extendImporter in interface ParameterClass

extendIndexed

public Parameter extendIndexed(Indexed _base,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled,
                               String name,
                               String qualifiedName,
                               short direction,
                               short multiplicity,
                               Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter based on the superclass Indexed and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Parameter.

Specified by:
extendIndexed in interface ParameterClass

extendSecureObject

public Parameter extendSecureObject(SecureObject _base,
                                    boolean disabled,
                                    String name,
                                    String qualifiedName,
                                    short direction,
                                    short multiplicity,
                                    Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter based on the superclass SecureObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Parameter.

Specified by:
extendSecureObject in interface ParameterClass

extendSubscriptionTarget

public Parameter extendSubscriptionTarget(SubscriptionTarget _base,
                                          short accessLevelBrowse,
                                          short accessLevelDelete,
                                          short accessLevelUpdate,
                                          boolean disabled,
                                          String name,
                                          String qualifiedName,
                                          short direction,
                                          short multiplicity,
                                          Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter based on the superclass SubscriptionTarget and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Parameter.

Specified by:
extendSubscriptionTarget in interface ParameterClass

extendXmlExporter

public Parameter extendXmlExporter(XmlExporter _base,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   boolean disabled,
                                   String name,
                                   String qualifiedName,
                                   short direction,
                                   short multiplicity,
                                   Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter based on the superclass XmlExporter and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Parameter.

Specified by:
extendXmlExporter in interface ParameterClass

extendCrxObject

public Parameter extendCrxObject(CrxObject _base,
                                 String name,
                                 String qualifiedName,
                                 short direction,
                                 short multiplicity,
                                 Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter based on the superclass CrxObject and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Parameter.

Specified by:
extendCrxObject in interface ParameterClass

extendElement

public Parameter extendElement(Element _base,
                               short direction,
                               short multiplicity,
                               Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter 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 Parameter.

Specified by:
extendElement in interface ParameterClass

extendTypedElement

public Parameter extendTypedElement(TypedElement _base,
                                    short direction,
                                    short multiplicity)
Description copied from interface: ParameterClass
Creates an instance of class Parameter based on the superclass TypedElement and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Parameter.

Specified by:
extendTypedElement in interface ParameterClass

extendBasicObject

public Parameter extendBasicObject(BasicObject _base,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   boolean disabled,
                                   String name,
                                   String qualifiedName,
                                   short direction,
                                   short multiplicity,
                                   Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter 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 Parameter.

Specified by:
extendBasicObject in interface ParameterClass

extendContextCapable

public Parameter extendContextCapable(ContextCapable _base,
                                      short accessLevelBrowse,
                                      short accessLevelDelete,
                                      short accessLevelUpdate,
                                      boolean disabled,
                                      String name,
                                      String qualifiedName,
                                      short direction,
                                      short multiplicity,
                                      Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter 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 Parameter.

Specified by:
extendContextCapable in interface ParameterClass

extendExtentCapable

public Parameter extendExtentCapable(ExtentCapable _base,
                                     short accessLevelBrowse,
                                     short accessLevelDelete,
                                     short accessLevelUpdate,
                                     boolean disabled,
                                     String name,
                                     String qualifiedName,
                                     short direction,
                                     short multiplicity,
                                     Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter 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 Parameter.

Specified by:
extendExtentCapable in interface ParameterClass

extendViewCapable

public Parameter extendViewCapable(ViewCapable _base,
                                   short accessLevelBrowse,
                                   short accessLevelDelete,
                                   short accessLevelUpdate,
                                   boolean disabled,
                                   String name,
                                   String qualifiedName,
                                   short direction,
                                   short multiplicity,
                                   Classifier type)
Description copied from interface: ParameterClass
Creates an instance of class Parameter 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 Parameter.

Specified by:
extendViewCapable in interface ParameterClass


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