org.omg.model1.jmi1
Interface ImportClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface ImportClass
extends RefClass


Method Summary
 Import createImport()
          Creates an instance of class Import.
 Import createImport(Namespace importedNamespace, boolean isClustered, String visibility)
          Creates an instance of class Import based on all required attributes.
 Import extendBasicObject(BasicObject _base, Namespace importedNamespace, boolean isClustered, String visibility)
          Creates an instance of class Import based on the superclass BasicObject and all required attributes not included in this superclass.
 Import extendContextCapable(ContextCapable _base, Namespace importedNamespace, boolean isClustered, String visibility)
          Creates an instance of class Import based on the superclass ContextCapable and all required attributes not included in this superclass.
 Import extendElement(Element _base, Namespace importedNamespace, boolean isClustered, String visibility)
          Creates an instance of class Import based on the superclass Element and all required attributes not included in this superclass.
 Import extendExtentCapable(ExtentCapable _base, Namespace importedNamespace, boolean isClustered, String visibility)
          Creates an instance of class Import based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Import extendViewCapable(ViewCapable _base, Namespace importedNamespace, boolean isClustered, String visibility)
          Creates an instance of class Import based on the superclass ViewCapable and all required attributes not included in this superclass.
 Import getImport(Object object)
          Creates an instance of class Import 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

createImport

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


getImport

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

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

createImport

Import createImport(Namespace importedNamespace,
                    boolean isClustered,
                    String visibility)
Creates an instance of class Import based on all required attributes. This is a factory operation used to create instance objects of class Import.


extendElement

Import extendElement(Element _base,
                     Namespace importedNamespace,
                     boolean isClustered,
                     String visibility)
Creates an instance of class Import 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 Import.


extendBasicObject

Import extendBasicObject(BasicObject _base,
                         Namespace importedNamespace,
                         boolean isClustered,
                         String visibility)
Creates an instance of class Import 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 Import.


extendContextCapable

Import extendContextCapable(ContextCapable _base,
                            Namespace importedNamespace,
                            boolean isClustered,
                            String visibility)
Creates an instance of class Import 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 Import.


extendExtentCapable

Import extendExtentCapable(ExtentCapable _base,
                           Namespace importedNamespace,
                           boolean isClustered,
                           String visibility)
Creates an instance of class Import 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 Import.


extendViewCapable

Import extendViewCapable(ViewCapable _base,
                         Namespace importedNamespace,
                         boolean isClustered,
                         String visibility)
Creates an instance of class Import 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 Import.



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