org.opencrx.kernel.reservation1.cci
Interface SlotClass

All Superinterfaces:
RefBaseObject, RefClass, RefClass_1_0, RefFeatured
All Known Implementing Classes:
SlotClassImpl

public interface SlotClass
extends RefClass_1_0


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

createSlot

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


getSlot

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

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

createSlot

Slot createSlot(short accessLevelBrowse,
                short accessLevelDelete,
                short accessLevelUpdate,
                boolean disabled,
                String name)
Creates an instance of class Slot based on all required attributes. This is a factory operation used to create instance objects of class Slot.


extendAlertSender

Slot extendAlertSender(AlertSender _base,
                       short accessLevelBrowse,
                       short accessLevelDelete,
                       short accessLevelUpdate,
                       boolean disabled,
                       String name)
Creates an instance of class Slot 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 Slot.


extendAuditee

Slot extendAuditee(Auditee _base,
                   short accessLevelBrowse,
                   short accessLevelDelete,
                   short accessLevelUpdate,
                   boolean disabled,
                   String name)
Creates an instance of class Slot 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 Slot.


extendCloneable

Slot extendCloneable(Cloneable _base,
                     short accessLevelBrowse,
                     short accessLevelDelete,
                     short accessLevelUpdate,
                     boolean disabled,
                     String name)
Creates an instance of class Slot 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 Slot.


extendImporter

Slot extendImporter(Importer _base,
                    short accessLevelBrowse,
                    short accessLevelDelete,
                    short accessLevelUpdate,
                    boolean disabled,
                    String name)
Creates an instance of class Slot 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 Slot.


extendIndexed

Slot extendIndexed(Indexed _base,
                   short accessLevelBrowse,
                   short accessLevelDelete,
                   short accessLevelUpdate,
                   boolean disabled,
                   String name)
Creates an instance of class Slot 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 Slot.


extendSecureObject

Slot extendSecureObject(SecureObject _base,
                        boolean disabled,
                        String name)
Creates an instance of class Slot 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 Slot.


extendSubscriptionTarget

Slot extendSubscriptionTarget(SubscriptionTarget _base,
                              short accessLevelBrowse,
                              short accessLevelDelete,
                              short accessLevelUpdate,
                              boolean disabled,
                              String name)
Creates an instance of class Slot 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 Slot.


extendXmlExporter

Slot extendXmlExporter(XmlExporter _base,
                       short accessLevelBrowse,
                       short accessLevelDelete,
                       short accessLevelUpdate,
                       boolean disabled,
                       String name)
Creates an instance of class Slot 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 Slot.


extendCrxObject

Slot extendCrxObject(CrxObject _base,
                     String name)
Creates an instance of class Slot 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 Slot.


extendDescriptionContainer

Slot extendDescriptionContainer(DescriptionContainer _base,
                                short accessLevelBrowse,
                                short accessLevelDelete,
                                short accessLevelUpdate,
                                boolean disabled,
                                String name)
Creates an instance of class Slot 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 Slot.


extendBasicObject

Slot extendBasicObject(BasicObject _base,
                       short accessLevelBrowse,
                       short accessLevelDelete,
                       short accessLevelUpdate,
                       boolean disabled,
                       String name)
Creates an instance of class Slot 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 Slot.


extendContextCapable

Slot extendContextCapable(ContextCapable _base,
                          short accessLevelBrowse,
                          short accessLevelDelete,
                          short accessLevelUpdate,
                          boolean disabled,
                          String name)
Creates an instance of class Slot 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 Slot.


extendExtentCapable

Slot extendExtentCapable(ExtentCapable _base,
                         short accessLevelBrowse,
                         short accessLevelDelete,
                         short accessLevelUpdate,
                         boolean disabled,
                         String name)
Creates an instance of class Slot 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 Slot.


extendViewCapable

Slot extendViewCapable(ViewCapable _base,
                       short accessLevelBrowse,
                       short accessLevelDelete,
                       short accessLevelUpdate,
                       boolean disabled,
                       String name)
Creates an instance of class Slot 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 Slot.



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