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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
void
int
getName()
int
String[]
int
static final int
static final int
static final String
getTrimTypeCode
(int i) static final String
getTrimTypeDesc
(int i) int
getType()
getXML()
boolean
void
setAttribut
(String fieldattribut) void
setCurrencySymbol
(String currency_symbol) void
setDecimalSymbol
(String decimal_symbol) void
void
setGroupSymbol
(String group_symbol) void
setLength
(int length) void
void
setPrecision
(int precision) void
setRepeated
(boolean repeat) void
setSamples
(String[] samples) void
setTrimType
(int trimtype) void
setType
(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()
-