|
|||||||||
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.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 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 String getDataFilePath()
FemFlatFileTupleStreamDef
getDataFilePath
in interface FemFlatFileTupleStreamDef
public void setDataFilePath(String newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.getDataFilePath()
for description on the attribute.
setDataFilePath
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public String getErrorFilePath()
FemFlatFileTupleStreamDef
getErrorFilePath
in interface FemFlatFileTupleStreamDef
public void setErrorFilePath(String newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.getErrorFilePath()
for description on the attribute.
setErrorFilePath
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public boolean isHasHeader()
FemFlatFileTupleStreamDef
isHasHeader
in interface FemFlatFileTupleStreamDef
public void setHasHeader(boolean newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.isHasHeader()
for
description on the attribute.
setHasHeader
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public int getNumRowsScan()
FemFlatFileTupleStreamDef
getNumRowsScan
in interface FemFlatFileTupleStreamDef
public void setNumRowsScan(int newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.getNumRowsScan()
for description on the attribute.
setNumRowsScan
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public String getFieldDelimiter()
FemFlatFileTupleStreamDef
getFieldDelimiter
in interface FemFlatFileTupleStreamDef
public void setFieldDelimiter(String newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.getFieldDelimiter()
for description on the attribute.
setFieldDelimiter
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public String getRowDelimiter()
FemFlatFileTupleStreamDef
getRowDelimiter
in interface FemFlatFileTupleStreamDef
public void setRowDelimiter(String newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.getRowDelimiter()
for description on the attribute.
setRowDelimiter
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public String getQuoteCharacter()
FemFlatFileTupleStreamDef
getQuoteCharacter
in interface FemFlatFileTupleStreamDef
public void setQuoteCharacter(String newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.getQuoteCharacter()
for description on the attribute.
setQuoteCharacter
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public String getEscapeCharacter()
FemFlatFileTupleStreamDef
getEscapeCharacter
in interface FemFlatFileTupleStreamDef
public void setEscapeCharacter(String newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.getEscapeCharacter()
for description on the attribute.
setEscapeCharacter
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public String getCalcProgram()
FemFlatFileTupleStreamDef
getCalcProgram
in interface FemFlatFileTupleStreamDef
public void setCalcProgram(String newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.getCalcProgram()
for description on the attribute.
setCalcProgram
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public int getCodePage()
FemFlatFileTupleStreamDef
getCodePage
in interface FemFlatFileTupleStreamDef
public void setCodePage(int newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.getCodePage()
for
description on the attribute.
setCodePage
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public boolean isTranslationRecovery()
FemFlatFileTupleStreamDef
isTranslationRecovery
in interface FemFlatFileTupleStreamDef
public void setTranslationRecovery(boolean newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.isTranslationRecovery()
for description on the attribute.
setTranslationRecovery
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public String getSubstituteCharacter()
FemFlatFileTupleStreamDef
getSubstituteCharacter
in interface FemFlatFileTupleStreamDef
public void setSubstituteCharacter(String newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.getSubstituteCharacter()
for description on the attribute.
setSubstituteCharacter
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public boolean isLenient()
FemFlatFileTupleStreamDef
isLenient
in interface FemFlatFileTupleStreamDef
public void setLenient(boolean newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.isLenient()
for
description on the attribute.
setLenient
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public boolean isTrim()
FemFlatFileTupleStreamDef
isTrim
in interface FemFlatFileTupleStreamDef
public void setTrim(boolean newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.isTrim()
for
description on the attribute.
setTrim
in interface FemFlatFileTupleStreamDef
newValue
- New value to be set.public boolean isMapped()
FemFlatFileTupleStreamDef
isMapped
in interface FemFlatFileTupleStreamDef
public void setMapped(boolean newValue)
FemFlatFileTupleStreamDef
FemFlatFileTupleStreamDef.isMapped()
for
description on the attribute.
setMapped
in interface FemFlatFileTupleStreamDef
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<FemColumnName> getColumn()
FemFlatFileTupleStreamDef
getColumn
in interface FemFlatFileTupleStreamDef
FemColumnName
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 |