public interface MutableCell extends ModifiableCell
Cell
which is used where changes to the cell are allowed.DEFAULT_TRANSFORMATION_MODE, PROPERTY_DISABLE_FOR, PROPERTY_ENABLE_FOR, PROPERTY_PRIORITY, PROPERTY_TRANSFORMATION_MODE
Modifier and Type | Method and Description |
---|---|
void |
setId(String id) |
void |
setPriority(Priority priority) |
void |
setSource(com.google.common.collect.ListMultimap<String,? extends Entity> source) |
void |
setTarget(com.google.common.collect.ListMultimap<String,? extends Entity> target) |
void |
setTransformationIdentifier(String transformation)
Set the identifier for the transformation referenced by the cell.
|
void |
setTransformationParameters(com.google.common.collect.ListMultimap<String,ParameterValue> parameters) |
setDisabledFor, setTransformationMode
addAnnotation, getAnnotations, getAnnotationTypes, getDisabledFor, getDocumentation, getId, getPriority, getSource, getTarget, getTransformationIdentifier, getTransformationMode, getTransformationParameters, isBaseCell, removeAnnotation
void setTransformationIdentifier(String transformation)
transformation
- the transformation identifiervoid setTransformationParameters(com.google.common.collect.ListMultimap<String,ParameterValue> parameters)
parameters
- the parameters to setvoid setSource(com.google.common.collect.ListMultimap<String,? extends Entity> source)
source
- the source to setvoid setTarget(com.google.common.collect.ListMultimap<String,? extends Entity> target)
target
- the target to setvoid setId(String id)
id
- the id to setBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a