org.omg.model1.jmi1
Interface AliasTypeClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface AliasTypeClass
extends RefClass


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

createAliasType

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


getAliasType

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

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

createAliasType

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


extendClassifier

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


extendDatatype

AliasType extendDatatype(Datatype _base,
                         Classifier type)
Creates an instance of class AliasType 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 AliasType.


extendElement

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


extendGeneralizableElement

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


extendNamespace

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


extendTypedElement

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


extendBasicObject

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


extendContextCapable

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


extendExtentCapable

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


extendViewCapable

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



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