public interface InputFilterRecipe extends FilterRecipe
The following features are supported:
RecipesPackage.getInputFilterRecipe()| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getInputKey()
Returns the value of the 'Input Key' attribute.
|
java.lang.String |
getKeyID()
Returns the value of the 'Key ID' attribute.
|
Mask |
getMask()
Returns the value of the 'Mask' containment reference.
|
void |
setInputKey(java.lang.Object value)
Sets the value of the '
Input Key' attribute. |
void |
setKeyID(java.lang.String value)
Sets the value of the '
Key ID' attribute. |
void |
setMask(Mask value)
Sets the value of the '
Mask' containment reference. |
getAritygetParent, setParentgetEquivalenceClassIDs, getTraceInfo, setTraceInfojava.lang.Object getInputKey()
If the meaning of the 'Input Key' attribute isn't clear, there really should be more of a description here...
setInputKey(Object),
RecipesPackage.getInputFilterRecipe_InputKey()void setInputKey(java.lang.Object value)
Input Key' attribute.
value - the new value of the 'Input Key' attribute.getInputKey()java.lang.String getKeyID()
setKeyID(String),
RecipesPackage.getInputFilterRecipe_KeyID()void setKeyID(java.lang.String value)
Key ID' attribute.
value - the new value of the 'Key ID' attribute.getKeyID()Mask getMask()
If the meaning of the 'Mask' containment reference isn't clear, there really should be more of a description here...
setMask(Mask),
RecipesPackage.getInputFilterRecipe_Mask()