org.opencrx.kernel.document1.cci
Class MediaReferenceClassImpl

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

public class MediaReferenceClassImpl
extends RefClass_1
implements MediaReferenceClass

See Also:
Serialized Form

Constructor Summary
MediaReferenceClassImpl(RefPackage_1_0 refPackage)
           
 
Method Summary
 MediaReference createMediaReference()
          Creates an instance of class MediaReference.
 MediaReference createMediaReference(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MediaReference based on all required attributes.
 MediaReference extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MediaReference based on the superclass Auditee and all required attributes not included in this superclass.
 MediaReference extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MediaReference based on the superclass BasicObject and all required attributes not included in this superclass.
 MediaReference extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MediaReference based on the superclass ContextCapable and all required attributes not included in this superclass.
 MediaReference extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MediaReference based on the superclass ExtentCapable and all required attributes not included in this superclass.
 MediaReference extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MediaReference based on the superclass Indexed and all required attributes not included in this superclass.
 MediaReference extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate)
          Creates an instance of class MediaReference based on the superclass ViewCapable and all required attributes not included in this superclass.
 MediaReference getMediaReference(Object object)
          Creates an instance of class MediaReference 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

MediaReferenceClassImpl

public MediaReferenceClassImpl(RefPackage_1_0 refPackage)
Method Detail

refMofId

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

getMediaReference

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

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

createMediaReference

public MediaReference createMediaReference()
Description copied from interface: MediaReferenceClass
Creates an instance of class MediaReference. This is a factory operation used to create instance objects of class MediaReference.

Specified by:
createMediaReference in interface MediaReferenceClass

createMediaReference

public MediaReference createMediaReference(short accessLevelBrowse,
                                           short accessLevelDelete,
                                           short accessLevelUpdate)
Description copied from interface: MediaReferenceClass
Creates an instance of class MediaReference based on all required attributes. This is a factory operation used to create instance objects of class MediaReference.

Specified by:
createMediaReference in interface MediaReferenceClass

extendAuditee

public MediaReference extendAuditee(Auditee _base,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate)
Description copied from interface: MediaReferenceClass
Creates an instance of class MediaReference 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 MediaReference.

Specified by:
extendAuditee in interface MediaReferenceClass

extendIndexed

public MediaReference extendIndexed(Indexed _base,
                                    short accessLevelBrowse,
                                    short accessLevelDelete,
                                    short accessLevelUpdate)
Description copied from interface: MediaReferenceClass
Creates an instance of class MediaReference 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 MediaReference.

Specified by:
extendIndexed in interface MediaReferenceClass

extendBasicObject

public MediaReference extendBasicObject(BasicObject _base,
                                        short accessLevelBrowse,
                                        short accessLevelDelete,
                                        short accessLevelUpdate)
Description copied from interface: MediaReferenceClass
Creates an instance of class MediaReference 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 MediaReference.

Specified by:
extendBasicObject in interface MediaReferenceClass

extendContextCapable

public MediaReference extendContextCapable(ContextCapable _base,
                                           short accessLevelBrowse,
                                           short accessLevelDelete,
                                           short accessLevelUpdate)
Description copied from interface: MediaReferenceClass
Creates an instance of class MediaReference 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 MediaReference.

Specified by:
extendContextCapable in interface MediaReferenceClass

extendExtentCapable

public MediaReference extendExtentCapable(ExtentCapable _base,
                                          short accessLevelBrowse,
                                          short accessLevelDelete,
                                          short accessLevelUpdate)
Description copied from interface: MediaReferenceClass
Creates an instance of class MediaReference 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 MediaReference.

Specified by:
extendExtentCapable in interface MediaReferenceClass

extendViewCapable

public MediaReference extendViewCapable(ViewCapable _base,
                                        short accessLevelBrowse,
                                        short accessLevelDelete,
                                        short accessLevelUpdate)
Description copied from interface: MediaReferenceClass
Creates an instance of class MediaReference 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 MediaReference.

Specified by:
extendViewCapable in interface MediaReferenceClass


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