Drools Workbench - Guided Decision Table Model 6.2.0.Beta3

org.drools.workbench.models.guided.dtable.shared.model
Class AttributeCol52

java.lang.Object
  extended by org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
      extended by org.drools.workbench.models.guided.dtable.shared.model.AttributeCol52
All Implemented Interfaces:
BaseColumn, DiffColumn

public class AttributeCol52
extends DTColumnConfig52

This is a rule attribute - eg salience, no-loop etc.


Field Summary
static String FIELD_ATTRIBUTE
          Available fields for this type of column.
static String FIELD_REVERSE_ORDER
           
static String FIELD_USE_ROW_NUMBER
           
 
Fields inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
defaultValue, FIELD_DEFAULT_VALUE, FIELD_HEADER, FIELD_HIDE_COLUMN, FIELD_WIDTH
 
Constructor Summary
AttributeCol52()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
extractDefaultValue, getDefaultValue, getHeader, getWidth, isEqualOrNull, isHideColumn, setDefaultValue, setHeader, setHideColumn, setWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_ATTRIBUTE

public static final String FIELD_ATTRIBUTE
Available fields for this type of column.

See Also:
Constant Field Values

FIELD_REVERSE_ORDER

public static final String FIELD_REVERSE_ORDER
See Also:
Constant Field Values

FIELD_USE_ROW_NUMBER

public static final String FIELD_USE_ROW_NUMBER
See Also:
Constant Field Values
Constructor Detail

AttributeCol52

public AttributeCol52()
Method Detail

diff

public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
Description copied from interface: DiffColumn
Analyze differences between two columns of same type.

Specified by:
diff in interface DiffColumn
Overrides:
diff in class DTColumnConfig52
Parameters:
otherColumn - The column to compare with this one.
Returns:
A list of fields and its values that have changed.

cloneColumn

public AttributeCol52 cloneColumn()
Clones this metadata column instance.

Returns:
The cloned instance.

getAttribute

public String getAttribute()

setAttribute

public void setAttribute(String attribute)

isUseRowNumber

public boolean isUseRowNumber()

setUseRowNumber

public void setUseRowNumber(boolean useRowNumber)

isReverseOrder

public boolean isReverseOrder()

setReverseOrder

public void setReverseOrder(boolean reverseOrder)

Drools Workbench - Guided Decision Table Model 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.