uk.ac.ucl.cs.emofocl.hutn.jmi
Interface HUTNConfigurationPackage

All Superinterfaces:
ExtPackage, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefPackage
All Known Implementing Classes:
HUTNConfiguration_PackageImpl

public interface HUTNConfigurationPackage
extends ExtPackage


Method Summary
 ClassConfigClass getClassConfig()
           
 DefaultValueConfigClass getDefaultValueConfig()
           
 EnumAdjectiveConfigClass getEnumAdjectiveConfig()
           
 IdentifierConfigClass getIdentifierConfig()
           
 ParametricConfigClass getParametricConfig()
           
 RenameConfigClass getRenameConfig()
           
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtPackage
extAddPackageListener, extRemovePackageListener, extWriteToXMI
 
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

getClassConfig

ClassConfigClass getClassConfig()

getIdentifierConfig

IdentifierConfigClass getIdentifierConfig()

getEnumAdjectiveConfig

EnumAdjectiveConfigClass getEnumAdjectiveConfig()

getDefaultValueConfig

DefaultValueConfigClass getDefaultValueConfig()

getParametricConfig

ParametricConfigClass getParametricConfig()

getRenameConfig

RenameConfigClass getRenameConfig()