public class BRLActionVariableColumn extends ActionCol52 implements BRLVariableColumn
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_FACT_FIELD |
static String |
FIELD_FACT_TYPE |
static String |
FIELD_FIELD_TYPE |
static String |
FIELD_VAR_NAME
Available fields for this type of column.
|
defaultValue, FIELD_DEFAULT_VALUE, FIELD_HEADER, FIELD_HIDE_COLUMN, FIELD_WIDTH| Constructor and Description |
|---|
BRLActionVariableColumn() |
BRLActionVariableColumn(String varName,
String fieldType) |
BRLActionVariableColumn(String varName,
String fieldType,
String factType,
String factField) |
| Modifier and Type | Method and Description |
|---|---|
List<BaseColumnFieldDiff> |
diff(BaseColumn otherColumn)
Analyze differences between two columns of same type.
|
boolean |
equals(Object o) |
String |
getFactField() |
String |
getFactType() |
String |
getFieldType() |
String |
getVarName() |
int |
hashCode() |
cloneCommonColumnConfigFrom, extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, isHideColumn, setDefaultValue, setHeader, setHideColumn, setWidthpublic static final String FIELD_VAR_NAME
public static final String FIELD_FIELD_TYPE
public static final String FIELD_FACT_TYPE
public static final String FIELD_FACT_FIELD
public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
DiffColumndiff in interface DiffColumndiff in class DTColumnConfig52otherColumn - The column to compare with this one.public String getVarName()
getVarName in interface BRLVariableColumnpublic String getFieldType()
getFieldType in interface BRLVariableColumnpublic String getFactType()
getFactType in interface BRLVariableColumnpublic String getFactField()
getFactField in interface BRLVariableColumnpublic boolean equals(Object o)
equals in class DTColumnConfig52public int hashCode()
hashCode in class DTColumnConfig52Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.