Class PropertyInputField
java.lang.Object
org.pentaho.di.trans.steps.propertyinput.PropertyInputField
- All Implemented Interfaces:
Cloneable
Describes an Property field
- Since:
- 24-03-2008
- Author:
- Samatar Hassan
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
void
static final int
static final int
static final String
getColumnCode
(int i) static final String
getColumnDesc
(int i) 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()
boolean
void
setColumn
(int column) 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) toString()
-
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:
-
trimTypeCode
-
trimTypeDesc
-
COLUMN_KEY
public static final int COLUMN_KEY- See Also:
-
COLUMN_VALUE
public static final int COLUMN_VALUE- See Also:
-
ColumnCode
-
ColumnDesc
-
-
Constructor Details
-
PropertyInputField
-
PropertyInputField
public PropertyInputField()
-
-
Method Details
-
toString
-
getTrimTypeByCode
-
getColumnDesc
-
getColumnDesc
-
getTrimTypeByDesc
-
getColumnCode
-
getColumnCode
-
getColumnByCode
-
getTrimTypeCode
-
getTrimTypeDesc
-
clone
-
getLength
public int getLength() -
setLength
public void setLength(int length) -
getName
-
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() -
getColumnByDesc
-
setColumn
public void setColumn(int column)
-