Class LDIFInputField
java.lang.Object
org.pentaho.di.trans.steps.ldifinput.LDIFInputField
- All Implemented Interfaces:
Cloneable
Describes an LDIF field
- Since:
- 24-05-2007
- Author:
- Samatar Hassan
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidintgetName()intString[]intstatic final intstatic final intstatic final StringgetTrimTypeCode(int i) static final StringgetTrimTypeDesc(int i) intgetType()getXML()booleanvoidsetAttribut(String fieldattribut) voidsetCurrencySymbol(String currency_symbol) voidsetDecimalSymbol(String decimal_symbol) voidvoidsetGroupSymbol(String group_symbol) voidsetLength(int length) voidvoidsetPrecision(int precision) voidsetRepeated(boolean repeat) voidsetSamples(String[] samples) voidsetTrimType(int trimtype) voidsetType(int type)
-
Field Details
-
TYPE_TRIM_NONE
public static final int TYPE_TRIM_NONE- See Also:
-
TYPE_TRIM_LEFT
public static final int TYPE_TRIM_LEFT- See Also:
-
TYPE_TRIM_RIGHT
public static final int TYPE_TRIM_RIGHT- See Also:
-
TYPE_TRIM_BOTH
public static final int TYPE_TRIM_BOTH- See Also:
-
ELEMENT_TYPE_NODE
public static final int ELEMENT_TYPE_NODE- See Also:
-
ELEMENT_TYPE_ELEMENT
public static final int ELEMENT_TYPE_ELEMENT- See Also:
-
trimTypeCode
-
trimTypeDesc
-
POSITION_MARKER
- See Also:
-
-
Constructor Details
-
LDIFInputField
-
LDIFInputField
public LDIFInputField() -
LDIFInputField
- Throws:
org.pentaho.di.core.exception.KettleValueException
-
-
Method Details
-
getXML
-
getTrimTypeByCode
-
getTrimTypeByDesc
-
getTrimTypeCode
-
getTrimTypeDesc
-
clone
-
getLength
public int getLength() -
setLength
public void setLength(int length) -
getName
-
getAttribut
-
setAttribut
-
setName
-
getType
public int getType() -
getTypeDesc
-
setType
public void setType(int type) -
getFormat
-
setFormat
-
setSamples
-
getSamples
-
getTrimType
public int getTrimType() -
getTrimTypeCode
-
getTrimTypeDesc
-
setTrimType
public void setTrimType(int trimtype) -
getGroupSymbol
-
setGroupSymbol
-
getDecimalSymbol
-
setDecimalSymbol
-
getCurrencySymbol
-
setCurrencySymbol
-
getPrecision
public int getPrecision() -
setPrecision
public void setPrecision(int precision) -
isRepeated
public boolean isRepeated() -
setRepeated
public void setRepeated(boolean repeat) -
flipRepeated
public void flipRepeated()
-