public class AttributeCol52 extends DTColumnConfig52
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_ATTRIBUTE
Available fields for this type of column.
|
static String |
FIELD_REVERSE_ORDER |
static String |
FIELD_USE_ROW_NUMBER |
defaultValue, FIELD_DEFAULT_VALUE, FIELD_HEADER, FIELD_HIDE_COLUMN, FIELD_WIDTH
Constructor and Description |
---|
AttributeCol52() |
Modifier and Type | Method and Description |
---|---|
AttributeCol52 |
cloneColumn()
Clones this metadata column instance.
|
List<BaseColumnFieldDiff> |
diff(BaseColumn otherColumn)
Analyze differences between two columns of same type.
|
String |
getAttribute() |
boolean |
isReverseOrder() |
boolean |
isUseRowNumber() |
void |
setAttribute(String attribute) |
void |
setReverseOrder(boolean reverseOrder) |
void |
setUseRowNumber(boolean useRowNumber) |
extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, isHideColumn, setDefaultValue, setHeader, setHideColumn, setWidth
public static final String FIELD_ATTRIBUTE
public static final String FIELD_REVERSE_ORDER
public static final String FIELD_USE_ROW_NUMBER
public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
DiffColumn
diff
in interface DiffColumn
diff
in class DTColumnConfig52
otherColumn
- The column to compare with this one.public AttributeCol52 cloneColumn()
public String getAttribute()
public void setAttribute(String attribute)
public boolean isUseRowNumber()
public void setUseRowNumber(boolean useRowNumber)
public boolean isReverseOrder()
public void setReverseOrder(boolean reverseOrder)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.