javax.jmi.model
Interface ModelPackage

All Superinterfaces:
RefBaseObject, RefPackage

public interface ModelPackage
extends RefPackage


Method Summary
 MultiplicityType createMultiplicityType(int lower, int upper, boolean isOrdered, boolean isUnique)
           
 Aliases getAliases()
           
 AliasTypeClass getAliasType()
           
 AssociationClass getAssociation()
           
 AssociationEndClass getAssociationEnd()
           
 AttachesTo getAttachesTo()
           
 AttributeClass getAttribute()
           
 BehavioralFeatureClass getBehavioralFeature()
           
 CanRaise getCanRaise()
           
 ClassifierClass getClassifier()
           
 CollectionTypeClass getCollectionType()
           
 ConstantClass getConstant()
           
 Constrains getConstrains()
           
 ConstraintClass getConstraint()
           
 Contains getContains()
           
 DataTypeClass getDataType()
           
 DependsOn getDependsOn()
           
 EnumerationTypeClass getEnumerationType()
           
 Exposes getExposes()
           
 FeatureClass getFeature()
           
 GeneralizableElementClass getGeneralizableElement()
           
 Generalizes getGeneralizes()
           
 ImportClass getImport()
           
 IsOfType getIsOfType()
           
 ModelElementClass getModelElement()
           
 MofClassClass getMofClass()
           
 MofExceptionClass getMofException()
           
 MofPackageClass getMofPackage()
           
 NamespaceClass getNamespace()
           
 OperationClass getOperation()
           
 ParameterClass getParameter()
           
 PrimitiveTypeClass getPrimitiveType()
           
 ReferenceClass getReference()
           
 RefersTo getRefersTo()
           
 StructuralFeatureClass getStructuralFeature()
           
 StructureFieldClass getStructureField()
           
 StructureTypeClass getStructureType()
           
 TagClass getTag()
           
 TypedElementClass getTypedElement()
           
 
Methods inherited from interface javax.jmi.reflect.RefPackage
refAllAssociations, refAllClasses, refAllPackages, refAssociation, refAssociation, refClass, refClass, refCreateStruct, refCreateStruct, refDelete, refGetEnum, refGetEnum, refPackage, refPackage
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getModelElement

ModelElementClass getModelElement()

getNamespace

NamespaceClass getNamespace()

getGeneralizableElement

GeneralizableElementClass getGeneralizableElement()

getTypedElement

TypedElementClass getTypedElement()

getClassifier

ClassifierClass getClassifier()

getMofClass

MofClassClass getMofClass()

createMultiplicityType

MultiplicityType createMultiplicityType(int lower,
                                        int upper,
                                        boolean isOrdered,
                                        boolean isUnique)

getDataType

DataTypeClass getDataType()

getPrimitiveType

PrimitiveTypeClass getPrimitiveType()

getEnumerationType

EnumerationTypeClass getEnumerationType()

getCollectionType

CollectionTypeClass getCollectionType()

getStructureType

StructureTypeClass getStructureType()

getStructureField

StructureFieldClass getStructureField()

getAliasType

AliasTypeClass getAliasType()

getFeature

FeatureClass getFeature()

getStructuralFeature

StructuralFeatureClass getStructuralFeature()

getAttribute

AttributeClass getAttribute()

getReference

ReferenceClass getReference()

getBehavioralFeature

BehavioralFeatureClass getBehavioralFeature()

getOperation

OperationClass getOperation()

getMofException

MofExceptionClass getMofException()

getAssociation

AssociationClass getAssociation()

getAssociationEnd

AssociationEndClass getAssociationEnd()

getMofPackage

MofPackageClass getMofPackage()

getImport

ImportClass getImport()

getParameter

ParameterClass getParameter()

getConstraint

ConstraintClass getConstraint()

getConstant

ConstantClass getConstant()

getTag

TagClass getTag()

getAttachesTo

AttachesTo getAttachesTo()

getDependsOn

DependsOn getDependsOn()

getContains

Contains getContains()

getGeneralizes

Generalizes getGeneralizes()

getAliases

Aliases getAliases()

getConstrains

Constrains getConstrains()

getCanRaise

CanRaise getCanRaise()

getExposes

Exposes getExposes()

getRefersTo

RefersTo getRefersTo()

getIsOfType

IsOfType getIsOfType()


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