org.omg.model1.jmi1
Interface CollectionTypeClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface CollectionTypeClass
extends RefClass


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

createCollectionType

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


getCollectionType

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

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

createCollectionType

CollectionType createCollectionType(String multiplicity,
                                    boolean isAbstract,
                                    String visibility,
                                    Classifier type)
Creates an instance of class CollectionType based on all required attributes. This is a factory operation used to create instance objects of class CollectionType.


extendClassifier

CollectionType extendClassifier(Classifier _base,
                                String multiplicity,
                                Classifier type)
Creates an instance of class CollectionType 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 CollectionType.


extendDatatype

CollectionType extendDatatype(Datatype _base,
                              String multiplicity,
                              Classifier type)
Creates an instance of class CollectionType based on the superclass Datatype and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class CollectionType.


extendElement

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


extendGeneralizableElement

CollectionType extendGeneralizableElement(GeneralizableElement _base,
                                          String multiplicity,
                                          Classifier type)
Creates an instance of class CollectionType 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 CollectionType.


extendNamespace

CollectionType extendNamespace(Namespace _base,
                               String multiplicity,
                               boolean isAbstract,
                               String visibility,
                               Classifier type)
Creates an instance of class CollectionType 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 CollectionType.


extendTypedElement

CollectionType extendTypedElement(TypedElement _base,
                                  String multiplicity,
                                  boolean isAbstract,
                                  String visibility)
Creates an instance of class CollectionType 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 CollectionType.


extendBasicObject

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


extendContextCapable

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


extendExtentCapable

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


extendViewCapable

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



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