net.sf.farrago.fem.fennel
Class TableWriterDataflow$Hib
java.lang.Object
   org.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefBaseObjectBase
       org.eigenbase.enki.jmi.impl.RefAssociationBase
org.eigenbase.enki.jmi.impl.RefAssociationBase
           net.sf.farrago.fem.fennel.TableWriterDataflow$Hib
net.sf.farrago.fem.fennel.TableWriterDataflow$Hib
- All Implemented Interfaces: 
- RefAssociation, RefBaseObject, TableWriterDataflow
- public class TableWriterDataflow$Hib 
- extends RefAssociationBase- implements TableWriterDataflow
Implements MOF's TableWriterDataflow association interface.
- Author:
- MofImplementationHandler
 
 
 
 
| Methods inherited from class org.eigenbase.enki.jmi.impl.RefAssociationBase | 
| checkConstraints, checkFirstEndType, checkSecondEndType, checkTypes, getRepository, makeWrongSizeException, query, refAddLink, refAllLinks, refImmediatePackage, refLinkExists, refQuery, refQuery, refRemoveLink | 
 
| Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase | 
| createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints, setMofId, setRefMetaObject | 
 
 
 
 
TableWriterDataflow$Hib
public TableWriterDataflow$Hib(RefPackage container)
exists
public boolean exists(FemTableWriterDef tableWriter,
                      FemIndexWriterDef indexWriter)
- Description copied from interface: TableWriterDataflow
- Queries whether a link currently exists between a given pair of
 instance objects in the associations link set.
 
- 
- Specified by:
- existsin interface- TableWriterDataflow
 
- 
- Parameters:
- tableWriter- Value of the first association end.
- indexWriter- Value of the second association end.
- Returns:
- Returns true if the queried link exists.
 
getTableWriter
public FemTableWriterDef getTableWriter(FemIndexWriterDef indexWriter)
- Description copied from interface: TableWriterDataflow
- Queries the instance object that is related to a particular instance
 object by a link in the current associations link set.
 
- 
- Specified by:
- getTableWriterin interface- TableWriterDataflow
 
- 
- Parameters:
- indexWriter- Required value of the second association end.
- Returns:
- Related object or nullif none exists.
 
getIndexWriter
public List<FemIndexWriterDef> getIndexWriter(FemTableWriterDef tableWriter)
- Description copied from interface: TableWriterDataflow
- Queries the instance objects that are related to a particular instance
 object by a link in the current associations link set.
 
- 
- Specified by:
- getIndexWriterin interface- TableWriterDataflow
 
- 
- Parameters:
- tableWriter- Required value of the first association end.
- Returns:
- List of related objects.
 
add
public boolean add(FemTableWriterDef tableWriter,
                   FemIndexWriterDef indexWriter)
- Description copied from interface: TableWriterDataflow
- Creates a link between the pair of instance objects in the
 associations link set.
 
- 
- Specified by:
- addin interface- TableWriterDataflow
 
- 
- Parameters:
- tableWriter- Value of the first association end.
- indexWriter- Value of the second association end.
 
remove
public boolean remove(FemTableWriterDef tableWriter,
                      FemIndexWriterDef indexWriter)
- Description copied from interface: TableWriterDataflow
- Removes a link between a pair of instance objects in the current
 associations link set.
 
- 
- Specified by:
- removein interface- TableWriterDataflow
 
- 
- Parameters:
- tableWriter- Value of the first association end.
- indexWriter- Value of the second association end.