org.opencrx.kernel.reservation1.cci
Class PartClassImpl

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

public class PartClassImpl
extends RefClass_1
implements PartClass

See Also:
Serialized Form

Constructor Summary
PartClassImpl(RefPackage_1_0 refPackage)
           
 
Method Summary
 Part createPart()
          Creates an instance of class Part.
 Part createPart(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on all required attributes.
 Part extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass AlertSender and all required attributes not included in this superclass.
 Part extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass Auditee and all required attributes not included in this superclass.
 Part extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass BasicObject and all required attributes not included in this superclass.
 Part extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass Cloneable and all required attributes not included in this superclass.
 Part extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass ContextCapable and all required attributes not included in this superclass.
 Part extendCrxObject(CrxObject _base, String filling, String name)
          Creates an instance of class Part based on the superclass CrxObject and all required attributes not included in this superclass.
 Part extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 Part extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Part extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass Importer and all required attributes not included in this superclass.
 Part extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass Indexed and all required attributes not included in this superclass.
 Part extendSecureObject(SecureObject _base, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass SecureObject and all required attributes not included in this superclass.
 Part extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 Part extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass ViewCapable and all required attributes not included in this superclass.
 Part extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String filling, String name)
          Creates an instance of class Part based on the superclass XmlExporter and all required attributes not included in this superclass.
 Part getPart(Object object)
          Creates an instance of class Part 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

PartClassImpl

public PartClassImpl(RefPackage_1_0 refPackage)
Method Detail

refMofId

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

getPart

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

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

createPart

public Part createPart()
Description copied from interface: PartClass
Creates an instance of class Part. This is a factory operation used to create instance objects of class Part.

Specified by:
createPart in interface PartClass

createPart

public Part createPart(short accessLevelBrowse,
                       short accessLevelDelete,
                       short accessLevelUpdate,
                       boolean disabled,
                       String filling,
                       String name)
Description copied from interface: PartClass
Creates an instance of class Part based on all required attributes. This is a factory operation used to create instance objects of class Part.

Specified by:
createPart in interface PartClass

extendAlertSender

public Part extendAlertSender(AlertSender _base,
                              short accessLevelBrowse,
                              short accessLevelDelete,
                              short accessLevelUpdate,
                              boolean disabled,
                              String filling,
                              String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendAlertSender in interface PartClass

extendAuditee

public Part extendAuditee(Auditee _base,
                          short accessLevelBrowse,
                          short accessLevelDelete,
                          short accessLevelUpdate,
                          boolean disabled,
                          String filling,
                          String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendAuditee in interface PartClass

extendCloneable

public Part extendCloneable(Cloneable _base,
                            short accessLevelBrowse,
                            short accessLevelDelete,
                            short accessLevelUpdate,
                            boolean disabled,
                            String filling,
                            String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendCloneable in interface PartClass

extendImporter

public Part extendImporter(Importer _base,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean disabled,
                           String filling,
                           String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendImporter in interface PartClass

extendIndexed

public Part extendIndexed(Indexed _base,
                          short accessLevelBrowse,
                          short accessLevelDelete,
                          short accessLevelUpdate,
                          boolean disabled,
                          String filling,
                          String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendIndexed in interface PartClass

extendSecureObject

public Part extendSecureObject(SecureObject _base,
                               boolean disabled,
                               String filling,
                               String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendSecureObject in interface PartClass

extendSubscriptionTarget

public Part extendSubscriptionTarget(SubscriptionTarget _base,
                                     short accessLevelBrowse,
                                     short accessLevelDelete,
                                     short accessLevelUpdate,
                                     boolean disabled,
                                     String filling,
                                     String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendSubscriptionTarget in interface PartClass

extendXmlExporter

public Part extendXmlExporter(XmlExporter _base,
                              short accessLevelBrowse,
                              short accessLevelDelete,
                              short accessLevelUpdate,
                              boolean disabled,
                              String filling,
                              String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendXmlExporter in interface PartClass

extendCrxObject

public Part extendCrxObject(CrxObject _base,
                            String filling,
                            String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendCrxObject in interface PartClass

extendDescriptionContainer

public Part extendDescriptionContainer(DescriptionContainer _base,
                                       short accessLevelBrowse,
                                       short accessLevelDelete,
                                       short accessLevelUpdate,
                                       boolean disabled,
                                       String filling,
                                       String name)
Description copied from interface: PartClass
Creates an instance of class Part based on the superclass DescriptionContainer and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Part.

Specified by:
extendDescriptionContainer in interface PartClass

extendBasicObject

public Part extendBasicObject(BasicObject _base,
                              short accessLevelBrowse,
                              short accessLevelDelete,
                              short accessLevelUpdate,
                              boolean disabled,
                              String filling,
                              String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendBasicObject in interface PartClass

extendContextCapable

public Part extendContextCapable(ContextCapable _base,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 boolean disabled,
                                 String filling,
                                 String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendContextCapable in interface PartClass

extendExtentCapable

public Part extendExtentCapable(ExtentCapable _base,
                                short accessLevelBrowse,
                                short accessLevelDelete,
                                short accessLevelUpdate,
                                boolean disabled,
                                String filling,
                                String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendExtentCapable in interface PartClass

extendViewCapable

public Part extendViewCapable(ViewCapable _base,
                              short accessLevelBrowse,
                              short accessLevelDelete,
                              short accessLevelUpdate,
                              boolean disabled,
                              String filling,
                              String name)
Description copied from interface: PartClass
Creates an instance of class Part 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 Part.

Specified by:
extendViewCapable in interface PartClass


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