net.sf.farrago.fem.fennel
Class FemTupleProjection$Hib

java.lang.Object
  extended by org.eigenbase.enki.jmi.impl.RefBaseObjectBase
      extended by org.eigenbase.enki.jmi.impl.RefFeaturedBase
          extended by org.eigenbase.enki.jmi.impl.RefObjectBase
              extended by net.sf.farrago.fem.fennel.FemTupleProjection$Hib
All Implemented Interfaces:
RefBaseObject, RefFeatured, RefObject, FemTupleProjection

public class FemTupleProjection$Hib
extends RefObjectBase
implements FemTupleProjection

Implements MOF's TupleProjection interface.

Author:
MofImplementationHandler

Field Summary
private  TupleProjectionAttrs attrProjection
           
 
Constructor Summary
FemTupleProjection$Hib(RefClass refClass)
           
 
Method Summary
protected  void checkConstraints(List<JmiException> errors, boolean deepVerify)
           
 List<FemTupleAttrProjection> getAttrProjection()
          Returns the value of reference AttrProjection.
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefObjectBase
findAssociationEnd, findAttribute, getRepository, refClass, refDelete, refImmediateComposite, refImmediatePackage, refIsInstanceOf, refMetaObject, refOutermostComposite, setRefMetaObject, unregister
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefFeaturedBase
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
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
 

Field Detail

attrProjection

private TupleProjectionAttrs attrProjection
Constructor Detail

FemTupleProjection$Hib

FemTupleProjection$Hib(RefClass refClass)
Method Detail

getAttrProjection

public List<FemTupleAttrProjection> getAttrProjection()
Description copied from interface: FemTupleProjection
Returns the value of reference AttrProjection.

Specified by:
getAttrProjection in interface FemTupleProjection
Returns:
Value of reference AttrProjection. Element type: FemTupleAttrProjection

checkConstraints

protected void checkConstraints(List<JmiException> errors,
                                boolean deepVerify)
Specified by:
checkConstraints in class RefBaseObjectBase