net.sf.farrago.fem
Interface FemPackage

All Superinterfaces:
RefBaseObject, RefPackage
All Known Implementing Classes:
FemPackage$Hib

public interface FemPackage
extends RefPackage

FEM package interface.

FEM is the Farrago Extensions Model. It contains Farrago-specific submodels not covered by the standard CWM.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 ColumnSetHasRowCountStats getColumnSetHasRowCountStats()
          Returns ColumnSetHasRowCountStats association proxy object.
 ConfigPackage getConfig()
          Returns nested package Config.
 FennelPackage getFennel()
          Returns nested package Fennel.
 MedPackage getMed()
          Returns nested package Med.
 SecurityPackage getSecurity()
          Returns nested package Security.
 Sql2003Package getSql2003()
          Returns nested package Sql2003.
 
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

getFennel

FennelPackage getFennel()
Returns nested package Fennel.

The Fennel model defines classes used for metadata communication with Fennel via JNI+XML.

Returns:
Proxy object related to nested package Fennel.

getConfig

ConfigPackage getConfig()
Returns nested package Config.

The Config model defines configuration information for Farrago.

Returns:
Proxy object related to nested package Config.

getSecurity

SecurityPackage getSecurity()
Returns nested package Security.

Returns:
Proxy object related to nested package Security.

getMed

MedPackage getMed()
Returns nested package Med.

Returns:
Proxy object related to nested package Med.

getSql2003

Sql2003Package getSql2003()
Returns nested package Sql2003.

Returns:
Proxy object related to nested package Sql2003.

getColumnSetHasRowCountStats

ColumnSetHasRowCountStats getColumnSetHasRowCountStats()
Returns ColumnSetHasRowCountStats association proxy object.

Returns:
ColumnSetHasRowCountStats association proxy object.