org.omg.model1.jmi1
Interface AssociationClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface AssociationClass
extends RefClass


Method Summary
 Association createAssociation()
          Creates an instance of class Association.
 Association createAssociation(boolean isDerived, boolean isAbstract, String visibility)
          Creates an instance of class Association based on all required attributes.
 Association extendBasicObject(BasicObject _base, boolean isDerived, boolean isAbstract, String visibility)
          Creates an instance of class Association based on the superclass BasicObject and all required attributes not included in this superclass.
 Association extendClassifier(Classifier _base, boolean isDerived)
          Creates an instance of class Association based on the superclass Classifier and all required attributes not included in this superclass.
 Association extendContextCapable(ContextCapable _base, boolean isDerived, boolean isAbstract, String visibility)
          Creates an instance of class Association based on the superclass ContextCapable and all required attributes not included in this superclass.
 Association extendElement(Element _base, boolean isDerived, boolean isAbstract, String visibility)
          Creates an instance of class Association based on the superclass Element and all required attributes not included in this superclass.
 Association extendExtentCapable(ExtentCapable _base, boolean isDerived, boolean isAbstract, String visibility)
          Creates an instance of class Association based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Association extendGeneralizableElement(GeneralizableElement _base, boolean isDerived)
          Creates an instance of class Association based on the superclass GeneralizableElement and all required attributes not included in this superclass.
 Association extendNamespace(Namespace _base, boolean isDerived, boolean isAbstract, String visibility)
          Creates an instance of class Association based on the superclass Namespace and all required attributes not included in this superclass.
 Association extendViewCapable(ViewCapable _base, boolean isDerived, boolean isAbstract, String visibility)
          Creates an instance of class Association based on the superclass ViewCapable and all required attributes not included in this superclass.
 Association getAssociation(Object object)
          Creates an instance of class Association 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

createAssociation

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


getAssociation

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

Parameters:
object - The Object instance this class is based on.

createAssociation

Association createAssociation(boolean isDerived,
                              boolean isAbstract,
                              String visibility)
Creates an instance of class Association based on all required attributes. This is a factory operation used to create instance objects of class Association.


extendClassifier

Association extendClassifier(Classifier _base,
                             boolean isDerived)
Creates an instance of class Association based on the superclass Classifier and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Association.


extendElement

Association extendElement(Element _base,
                          boolean isDerived,
                          boolean isAbstract,
                          String visibility)
Creates an instance of class Association 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 Association.


extendGeneralizableElement

Association extendGeneralizableElement(GeneralizableElement _base,
                                       boolean isDerived)
Creates an instance of class Association based on the superclass GeneralizableElement and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Association.


extendNamespace

Association extendNamespace(Namespace _base,
                            boolean isDerived,
                            boolean isAbstract,
                            String visibility)
Creates an instance of class Association based on the superclass Namespace and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Association.


extendBasicObject

Association extendBasicObject(BasicObject _base,
                              boolean isDerived,
                              boolean isAbstract,
                              String visibility)
Creates an instance of class Association 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 Association.


extendContextCapable

Association extendContextCapable(ContextCapable _base,
                                 boolean isDerived,
                                 boolean isAbstract,
                                 String visibility)
Creates an instance of class Association 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 Association.


extendExtentCapable

Association extendExtentCapable(ExtentCapable _base,
                                boolean isDerived,
                                boolean isAbstract,
                                String visibility)
Creates an instance of class Association 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 Association.


extendViewCapable

Association extendViewCapable(ViewCapable _base,
                              boolean isDerived,
                              boolean isAbstract,
                              String visibility)
Creates an instance of class Association 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 Association.



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