public class ActionInsertFactCol52 extends ActionCol52
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_BOUND_NAME |
static String |
FIELD_FACT_FIELD |
static String |
FIELD_FACT_TYPE
Available fields for this type of column.
|
static String |
FIELD_IS_INSERT_LOGICAL |
static String |
FIELD_TYPE |
static String |
FIELD_VALUE_LIST |
defaultValue, FIELD_DEFAULT_VALUE, FIELD_HEADER, FIELD_HIDE_COLUMN, FIELD_WIDTH
Constructor and Description |
---|
ActionInsertFactCol52() |
Modifier and Type | Method and Description |
---|---|
List<BaseColumnFieldDiff> |
diff(BaseColumn otherColumn)
Analyze differences between two columns of same type.
|
String |
getBoundName() |
String |
getFactField() |
String |
getFactType() |
String |
getType() |
String |
getValueList() |
boolean |
isInsertLogical() |
void |
setBoundName(String boundName) |
void |
setFactField(String factField) |
void |
setFactType(String factType) |
void |
setInsertLogical(boolean isInsertLogical) |
void |
setType(String type) |
void |
setValueList(String valueList) |
extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, isHideColumn, setDefaultValue, setHeader, setHideColumn, setWidth
public static final String FIELD_FACT_TYPE
public static final String FIELD_BOUND_NAME
public static final String FIELD_FACT_FIELD
public static final String FIELD_TYPE
public static final String FIELD_VALUE_LIST
public static final String FIELD_IS_INSERT_LOGICAL
public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
DiffColumn
diff
in interface DiffColumn
diff
in class DTColumnConfig52
otherColumn
- The column to compare with this one.public void setFactType(String factType)
public String getFactType()
public void setBoundName(String boundName)
public String getBoundName()
public void setFactField(String factField)
public String getFactField()
public void setType(String type)
public String getType()
public void setValueList(String valueList)
public String getValueList()
public boolean isInsertLogical()
public void setInsertLogical(boolean isInsertLogical)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.