public class ActionInsertFactFieldsPattern extends Pattern52
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_IS_INSERTED_LOGICALLY
Available fields for this type of column.
|
FIELD_BOUND_NAME, FIELD_ENTRY_POINT_NAME, FIELD_FACT_TYPE, FIELD_IS_NEGATED, FIELD_WINDOW
Constructor and Description |
---|
ActionInsertFactFieldsPattern() |
Modifier and Type | Method and Description |
---|---|
ActionInsertFactFieldsPattern |
clonePattern()
Clones this pattern instance.
|
List<BaseColumnFieldDiff> |
diff(BaseColumn otherColumn)
Analyze differences between two columns of same type.
|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isInsertedLogically() |
void |
setInsertedLogically(boolean isInsertedLogically) |
void |
update(Pattern52 other)
Update this pattern instance properties with the given ones from other pattern instance.
|
getBoundName, getChildColumns, getDefaultValue, getEntryPointName, getFactType, getHeader, getWidth, getWindow, isBound, isHideColumn, isNegated, setBoundName, setChildColumns, setDefaultValue, setEntryPointName, setFactType, setHeader, setHideColumn, setNegated, setWidth, setWindow
public static final String FIELD_IS_INSERTED_LOGICALLY
public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
DiffColumn
diff
in interface DiffColumn
diff
in class Pattern52
otherColumn
- The column to compare with this one.public boolean isInsertedLogically()
public void setInsertedLogically(boolean isInsertedLogically)
public ActionInsertFactFieldsPattern clonePattern()
Pattern52
clonePattern
in class Pattern52
public void update(Pattern52 other)
Pattern52
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.