org.omg.model1.cci
Interface ReferenceClass

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

public interface ReferenceClass
extends RefClass_1_0


Method Summary
 Reference createReference()
          Creates an instance of class Reference.
 Reference createReference(String scope, String visibility, AssociationEnd exposedEnd, AssociationEnd referencedEnd, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Reference based on all required attributes.
 Reference extendBasicObject(BasicObject _base, String scope, String visibility, AssociationEnd exposedEnd, AssociationEnd referencedEnd, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Reference based on the superclass BasicObject and all required attributes not included in this superclass.
 Reference extendContextCapable(ContextCapable _base, String scope, String visibility, AssociationEnd exposedEnd, AssociationEnd referencedEnd, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Reference based on the superclass ContextCapable and all required attributes not included in this superclass.
 Reference extendElement(Element _base, String scope, String visibility, AssociationEnd exposedEnd, AssociationEnd referencedEnd, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Reference based on the superclass Element and all required attributes not included in this superclass.
 Reference extendExtentCapable(ExtentCapable _base, String scope, String visibility, AssociationEnd exposedEnd, AssociationEnd referencedEnd, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Reference based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Reference extendFeature(Feature _base, AssociationEnd exposedEnd, AssociationEnd referencedEnd, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Reference based on the superclass Feature and all required attributes not included in this superclass.
 Reference extendStructuralFeature(StructuralFeature _base, AssociationEnd exposedEnd, AssociationEnd referencedEnd)
          Creates an instance of class Reference based on the superclass StructuralFeature and all required attributes not included in this superclass.
 Reference extendTypedElement(TypedElement _base, String scope, String visibility, AssociationEnd exposedEnd, AssociationEnd referencedEnd, boolean isChangeable, String multiplicity)
          Creates an instance of class Reference based on the superclass TypedElement and all required attributes not included in this superclass.
 Reference extendViewCapable(ViewCapable _base, String scope, String visibility, AssociationEnd exposedEnd, AssociationEnd referencedEnd, boolean isChangeable, String multiplicity, Classifier type)
          Creates an instance of class Reference based on the superclass ViewCapable and all required attributes not included in this superclass.
 Reference getReference(Object object)
          Creates an instance of class Reference 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

createReference

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


getReference

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

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

createReference

Reference createReference(String scope,
                          String visibility,
                          AssociationEnd exposedEnd,
                          AssociationEnd referencedEnd,
                          boolean isChangeable,
                          String multiplicity,
                          Classifier type)
Creates an instance of class Reference based on all required attributes. This is a factory operation used to create instance objects of class Reference.


extendElement

Reference extendElement(Element _base,
                        String scope,
                        String visibility,
                        AssociationEnd exposedEnd,
                        AssociationEnd referencedEnd,
                        boolean isChangeable,
                        String multiplicity,
                        Classifier type)
Creates an instance of class Reference 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 Reference.


extendFeature

Reference extendFeature(Feature _base,
                        AssociationEnd exposedEnd,
                        AssociationEnd referencedEnd,
                        boolean isChangeable,
                        String multiplicity,
                        Classifier type)
Creates an instance of class Reference based on the superclass Feature and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Reference.


extendStructuralFeature

Reference extendStructuralFeature(StructuralFeature _base,
                                  AssociationEnd exposedEnd,
                                  AssociationEnd referencedEnd)
Creates an instance of class Reference based on the superclass StructuralFeature and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Reference.


extendTypedElement

Reference extendTypedElement(TypedElement _base,
                             String scope,
                             String visibility,
                             AssociationEnd exposedEnd,
                             AssociationEnd referencedEnd,
                             boolean isChangeable,
                             String multiplicity)
Creates an instance of class Reference 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 Reference.


extendBasicObject

Reference extendBasicObject(BasicObject _base,
                            String scope,
                            String visibility,
                            AssociationEnd exposedEnd,
                            AssociationEnd referencedEnd,
                            boolean isChangeable,
                            String multiplicity,
                            Classifier type)
Creates an instance of class Reference 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 Reference.


extendContextCapable

Reference extendContextCapable(ContextCapable _base,
                               String scope,
                               String visibility,
                               AssociationEnd exposedEnd,
                               AssociationEnd referencedEnd,
                               boolean isChangeable,
                               String multiplicity,
                               Classifier type)
Creates an instance of class Reference 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 Reference.


extendExtentCapable

Reference extendExtentCapable(ExtentCapable _base,
                              String scope,
                              String visibility,
                              AssociationEnd exposedEnd,
                              AssociationEnd referencedEnd,
                              boolean isChangeable,
                              String multiplicity,
                              Classifier type)
Creates an instance of class Reference 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 Reference.


extendViewCapable

Reference extendViewCapable(ViewCapable _base,
                            String scope,
                            String visibility,
                            AssociationEnd exposedEnd,
                            AssociationEnd referencedEnd,
                            boolean isChangeable,
                            String multiplicity,
                            Classifier type)
Creates an instance of class Reference 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 Reference.



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