|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefFeaturedBase
org.eigenbase.enki.jmi.impl.RefObjectBase
net.sf.farrago.fem.fennel.FemFlatFileTupleStreamDef$Hib
public class FemFlatFileTupleStreamDef$Hib
Implements MOF's FlatFileTupleStreamDef interface.
MofImplementationHandler| Field Summary | |
|---|---|
private String |
calcProgram
|
private Integer |
codePage
|
private FlatFileHasColumn |
column
|
private String |
dataFilePath
|
private ParamUses |
dynamicParamUse
|
private String |
errorFilePath
|
private String |
escapeCharacter
|
private String |
fieldDelimiter
|
private Boolean |
hasHeader
|
private ExecStreamInput |
inputFlow
|
private Boolean |
lenient
|
private Boolean |
mapped
|
private String |
name
|
private Integer |
numRowsScan
|
private FemTupleDescriptor |
outputDesc
|
private ExecStreamOutput |
outputFlow
|
private String |
quoteCharacter
|
private String |
rowDelimiter
|
private String |
substituteCharacter
|
private Boolean |
translationRecovery
|
private Boolean |
trim
|
| Constructor Summary | |
|---|---|
FemFlatFileTupleStreamDef$Hib(RefClass refClass)
|
|
FemFlatFileTupleStreamDef$Hib(RefClass refClass,
String name,
FemTupleDescriptor outputDesc,
String dataFilePath,
String errorFilePath,
boolean hasHeader,
int numRowsScan,
String fieldDelimiter,
String rowDelimiter,
String quoteCharacter,
String escapeCharacter,
String calcProgram,
int codePage,
boolean translationRecovery,
String substituteCharacter,
boolean lenient,
boolean trim,
boolean mapped)
|
|
| Method Summary | |
|---|---|
protected void |
checkConstraints(List<JmiException> errors,
boolean deepVerify)
|
String |
getCalcProgram()
Returns the value of attribute calcProgram. |
int |
getCodePage()
Returns the value of attribute codePage. |
List<FemColumnName> |
getColumn()
Returns the value of reference Column. |
String |
getDataFilePath()
Returns the value of attribute dataFilePath. |
Collection<FemDynamicParamUse> |
getDynamicParamUse()
Returns the value of reference DynamicParamUse. |
String |
getErrorFilePath()
Returns the value of attribute errorFilePath. |
String |
getEscapeCharacter()
Returns the value of attribute escapeCharacter. |
String |
getFieldDelimiter()
Returns the value of attribute fieldDelimiter. |
List<FemExecStreamDataFlow> |
getInputFlow()
Returns the value of reference InputFlow. |
String |
getName()
Returns the value of attribute name. |
int |
getNumRowsScan()
Returns the value of attribute numRowsScan. |
FemTupleDescriptor |
getOutputDesc()
Returns the value of attribute outputDesc. |
List<FemExecStreamDataFlow> |
getOutputFlow()
Returns the value of reference OutputFlow. |
String |
getQuoteCharacter()
Returns the value of attribute quoteCharacter. |
String |
getRowDelimiter()
Returns the value of attribute rowDelimiter. |
String |
getSubstituteCharacter()
Returns the value of attribute substituteCharacter. |
boolean |
isHasHeader()
Returns the value of attribute hasHeader. |
boolean |
isLenient()
Returns the value of attribute lenient. |
boolean |
isMapped()
Returns the value of attribute mapped. |
boolean |
isTranslationRecovery()
Returns the value of attribute translationRecovery. |
boolean |
isTrim()
Returns the value of attribute trim. |
void |
setCalcProgram(String newValue)
Sets the value of calcProgram attribute. |
void |
setCodePage(int newValue)
Sets the value of codePage attribute. |
void |
setDataFilePath(String newValue)
Sets the value of dataFilePath attribute. |
void |
setErrorFilePath(String newValue)
Sets the value of errorFilePath attribute. |
void |
setEscapeCharacter(String newValue)
Sets the value of escapeCharacter attribute. |
void |
setFieldDelimiter(String newValue)
Sets the value of fieldDelimiter attribute. |
void |
setHasHeader(boolean newValue)
Sets the value of hasHeader attribute. |
void |
setLenient(boolean newValue)
Sets the value of lenient attribute. |
void |
setMapped(boolean newValue)
Sets the value of mapped attribute. |
void |
setName(String newValue)
Sets the value of name attribute. |
void |
setNumRowsScan(int newValue)
Sets the value of numRowsScan attribute. |
void |
setOutputDesc(FemTupleDescriptor newValue)
Sets the value of outputDesc attribute. |
void |
setQuoteCharacter(String newValue)
Sets the value of quoteCharacter attribute. |
void |
setRowDelimiter(String newValue)
Sets the value of rowDelimiter attribute. |
void |
setSubstituteCharacter(String newValue)
Sets the value of substituteCharacter attribute. |
void |
setTranslationRecovery(boolean newValue)
Sets the value of translationRecovery attribute. |
void |
setTrim(boolean newValue)
Sets the value of trim 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 String dataFilePath
private String errorFilePath
private Boolean hasHeader
private Integer numRowsScan
private String fieldDelimiter
private String rowDelimiter
private String quoteCharacter
private String escapeCharacter
private String calcProgram
private Integer codePage
private Boolean translationRecovery
private String substituteCharacter
private Boolean lenient
private Boolean trim
private Boolean mapped
private ExecStreamOutput outputFlow
private ParamUses dynamicParamUse
private ExecStreamInput inputFlow
private FlatFileHasColumn column
| Constructor Detail |
|---|
FemFlatFileTupleStreamDef$Hib(RefClass refClass)
FemFlatFileTupleStreamDef$Hib(RefClass refClass,
String name,
FemTupleDescriptor outputDesc,
String dataFilePath,
String errorFilePath,
boolean hasHeader,
int numRowsScan,
String fieldDelimiter,
String rowDelimiter,
String quoteCharacter,
String escapeCharacter,
String calcProgram,
int codePage,
boolean translationRecovery,
String substituteCharacter,
boolean lenient,
boolean trim,
boolean mapped)
| Method Detail |
|---|
public String getName()
FemExecutionStreamDef
getName in interface FemExecutionStreamDefpublic void setName(String newValue)
FemExecutionStreamDefFemExecutionStreamDef.getName() for
description on the attribute.
setName in interface FemExecutionStreamDefnewValue - New value to be set.public FemTupleDescriptor getOutputDesc()
FemExecutionStreamDef
getOutputDesc in interface FemExecutionStreamDefpublic void setOutputDesc(FemTupleDescriptor newValue)
FemExecutionStreamDefFemExecutionStreamDef.getOutputDesc()
for description on the attribute.
setOutputDesc in interface FemExecutionStreamDefnewValue - New value to be set.public String getDataFilePath()
FemFlatFileTupleStreamDef
getDataFilePath in interface FemFlatFileTupleStreamDefpublic void setDataFilePath(String newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.getDataFilePath() for description on the attribute.
setDataFilePath in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public String getErrorFilePath()
FemFlatFileTupleStreamDef
getErrorFilePath in interface FemFlatFileTupleStreamDefpublic void setErrorFilePath(String newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.getErrorFilePath() for description on the attribute.
setErrorFilePath in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public boolean isHasHeader()
FemFlatFileTupleStreamDef
isHasHeader in interface FemFlatFileTupleStreamDefpublic void setHasHeader(boolean newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.isHasHeader() for
description on the attribute.
setHasHeader in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public int getNumRowsScan()
FemFlatFileTupleStreamDef
getNumRowsScan in interface FemFlatFileTupleStreamDefpublic void setNumRowsScan(int newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.getNumRowsScan()
for description on the attribute.
setNumRowsScan in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public String getFieldDelimiter()
FemFlatFileTupleStreamDef
getFieldDelimiter in interface FemFlatFileTupleStreamDefpublic void setFieldDelimiter(String newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.getFieldDelimiter() for description on the attribute.
setFieldDelimiter in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public String getRowDelimiter()
FemFlatFileTupleStreamDef
getRowDelimiter in interface FemFlatFileTupleStreamDefpublic void setRowDelimiter(String newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.getRowDelimiter() for description on the attribute.
setRowDelimiter in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public String getQuoteCharacter()
FemFlatFileTupleStreamDef
getQuoteCharacter in interface FemFlatFileTupleStreamDefpublic void setQuoteCharacter(String newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.getQuoteCharacter() for description on the attribute.
setQuoteCharacter in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public String getEscapeCharacter()
FemFlatFileTupleStreamDef
getEscapeCharacter in interface FemFlatFileTupleStreamDefpublic void setEscapeCharacter(String newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.getEscapeCharacter() for description on the attribute.
setEscapeCharacter in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public String getCalcProgram()
FemFlatFileTupleStreamDef
getCalcProgram in interface FemFlatFileTupleStreamDefpublic void setCalcProgram(String newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.getCalcProgram()
for description on the attribute.
setCalcProgram in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public int getCodePage()
FemFlatFileTupleStreamDef
getCodePage in interface FemFlatFileTupleStreamDefpublic void setCodePage(int newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.getCodePage() for
description on the attribute.
setCodePage in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public boolean isTranslationRecovery()
FemFlatFileTupleStreamDef
isTranslationRecovery in interface FemFlatFileTupleStreamDefpublic void setTranslationRecovery(boolean newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.isTranslationRecovery() for description on the attribute.
setTranslationRecovery in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public String getSubstituteCharacter()
FemFlatFileTupleStreamDef
getSubstituteCharacter in interface FemFlatFileTupleStreamDefpublic void setSubstituteCharacter(String newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.getSubstituteCharacter() for description on the attribute.
setSubstituteCharacter in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public boolean isLenient()
FemFlatFileTupleStreamDef
isLenient in interface FemFlatFileTupleStreamDefpublic void setLenient(boolean newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.isLenient() for
description on the attribute.
setLenient in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public boolean isTrim()
FemFlatFileTupleStreamDef
isTrim in interface FemFlatFileTupleStreamDefpublic void setTrim(boolean newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.isTrim() for
description on the attribute.
setTrim in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public boolean isMapped()
FemFlatFileTupleStreamDef
isMapped in interface FemFlatFileTupleStreamDefpublic void setMapped(boolean newValue)
FemFlatFileTupleStreamDefFemFlatFileTupleStreamDef.isMapped() for
description on the attribute.
setMapped in interface FemFlatFileTupleStreamDefnewValue - New value to be set.public List<FemExecStreamDataFlow> getOutputFlow()
FemExecutionStreamDef
getOutputFlow in interface FemExecutionStreamDefFemExecStreamDataFlowpublic Collection<FemDynamicParamUse> getDynamicParamUse()
FemExecutionStreamDef
getDynamicParamUse in interface FemExecutionStreamDefFemDynamicParamUsepublic List<FemExecStreamDataFlow> getInputFlow()
FemExecutionStreamDef
getInputFlow in interface FemExecutionStreamDefFemExecStreamDataFlowpublic List<FemColumnName> getColumn()
FemFlatFileTupleStreamDef
getColumn in interface FemFlatFileTupleStreamDefFemColumnName
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 | ||||||||