|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eigenbase.enki.jmi.impl.RefBaseObjectBase org.eigenbase.enki.jmi.impl.RefFeaturedBase org.eigenbase.enki.jmi.impl.RefObjectBase net.sf.farrago.fem.fennel.FemLbmSplicerStreamDef$Hib
public class FemLbmSplicerStreamDef$Hib
Implements MOF's LbmSplicerStreamDef interface.
MofImplementationHandler
Field Summary | |
---|---|
private Boolean |
createNewIndex
|
private ParamUses |
dynamicParamUse
|
private SplicerHasIndexAccessor |
indexAccessor
|
private ExecStreamInput |
inputFlow
|
private Integer |
insertRowCountParamId
|
private String |
name
|
private FemTupleDescriptor |
outputDesc
|
private ExecStreamOutput |
outputFlow
|
private Integer |
writeRowCountParamId
|
Constructor Summary | |
---|---|
FemLbmSplicerStreamDef$Hib(RefClass refClass)
|
|
FemLbmSplicerStreamDef$Hib(RefClass refClass,
String name,
FemTupleDescriptor outputDesc,
int insertRowCountParamId,
int writeRowCountParamId,
boolean createNewIndex)
|
Method Summary | |
---|---|
protected void |
checkConstraints(List<JmiException> errors,
boolean deepVerify)
|
Collection<FemDynamicParamUse> |
getDynamicParamUse()
Returns the value of reference DynamicParamUse. |
List<FemSplicerIndexAccessorDef> |
getIndexAccessor()
Returns the value of reference IndexAccessor. |
List<FemExecStreamDataFlow> |
getInputFlow()
Returns the value of reference InputFlow. |
int |
getInsertRowCountParamId()
Returns the value of attribute insertRowCountParamId. |
String |
getName()
Returns the value of attribute name. |
FemTupleDescriptor |
getOutputDesc()
Returns the value of attribute outputDesc. |
List<FemExecStreamDataFlow> |
getOutputFlow()
Returns the value of reference OutputFlow. |
int |
getWriteRowCountParamId()
Returns the value of attribute writeRowCountParamId. |
boolean |
isCreateNewIndex()
Returns the value of attribute createNewIndex. |
void |
setCreateNewIndex(boolean newValue)
Sets the value of createNewIndex attribute. |
void |
setInsertRowCountParamId(int newValue)
Sets the value of insertRowCountParamId attribute. |
void |
setName(String newValue)
Sets the value of name attribute. |
void |
setOutputDesc(FemTupleDescriptor newValue)
Sets the value of outputDesc attribute. |
void |
setWriteRowCountParamId(int newValue)
Sets the value of writeRowCountParamId attribute. |
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 |
---|
private String name
private FemTupleDescriptor outputDesc
private Integer insertRowCountParamId
private Integer writeRowCountParamId
private Boolean createNewIndex
private ExecStreamOutput outputFlow
private ParamUses dynamicParamUse
private ExecStreamInput inputFlow
private SplicerHasIndexAccessor indexAccessor
Constructor Detail |
---|
FemLbmSplicerStreamDef$Hib(RefClass refClass)
FemLbmSplicerStreamDef$Hib(RefClass refClass, String name, FemTupleDescriptor outputDesc, int insertRowCountParamId, int writeRowCountParamId, boolean createNewIndex)
Method Detail |
---|
public String getName()
FemExecutionStreamDef
getName
in interface FemExecutionStreamDef
public void setName(String newValue)
FemExecutionStreamDef
FemExecutionStreamDef.getName()
for
description on the attribute.
setName
in interface FemExecutionStreamDef
newValue
- New value to be set.public FemTupleDescriptor getOutputDesc()
FemExecutionStreamDef
getOutputDesc
in interface FemExecutionStreamDef
public void setOutputDesc(FemTupleDescriptor newValue)
FemExecutionStreamDef
FemExecutionStreamDef.getOutputDesc()
for description on the attribute.
setOutputDesc
in interface FemExecutionStreamDef
newValue
- New value to be set.public int getInsertRowCountParamId()
FemLbmSplicerStreamDef
getInsertRowCountParamId
in interface FemLbmSplicerStreamDef
public void setInsertRowCountParamId(int newValue)
FemLbmSplicerStreamDef
FemLbmSplicerStreamDef.getInsertRowCountParamId()
for description on the attribute.
setInsertRowCountParamId
in interface FemLbmSplicerStreamDef
newValue
- New value to be set.public int getWriteRowCountParamId()
FemLbmSplicerStreamDef
getWriteRowCountParamId
in interface FemLbmSplicerStreamDef
public void setWriteRowCountParamId(int newValue)
FemLbmSplicerStreamDef
FemLbmSplicerStreamDef.getWriteRowCountParamId()
for description on the attribute.
setWriteRowCountParamId
in interface FemLbmSplicerStreamDef
newValue
- New value to be set.public boolean isCreateNewIndex()
FemLbmSplicerStreamDef
isCreateNewIndex
in interface FemLbmSplicerStreamDef
public void setCreateNewIndex(boolean newValue)
FemLbmSplicerStreamDef
FemLbmSplicerStreamDef.isCreateNewIndex()
for description on the attribute.
setCreateNewIndex
in interface FemLbmSplicerStreamDef
newValue
- New value to be set.public List<FemExecStreamDataFlow> getOutputFlow()
FemExecutionStreamDef
getOutputFlow
in interface FemExecutionStreamDef
FemExecStreamDataFlow
public Collection<FemDynamicParamUse> getDynamicParamUse()
FemExecutionStreamDef
getDynamicParamUse
in interface FemExecutionStreamDef
FemDynamicParamUse
public List<FemExecStreamDataFlow> getInputFlow()
FemExecutionStreamDef
getInputFlow
in interface FemExecutionStreamDef
FemExecStreamDataFlow
public List<FemSplicerIndexAccessorDef> getIndexAccessor()
FemLbmSplicerStreamDef
getIndexAccessor
in interface FemLbmSplicerStreamDef
FemSplicerIndexAccessorDef
protected void checkConstraints(List<JmiException> errors, boolean deepVerify)
checkConstraints
in class RefBaseObjectBase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |