|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtensibleElementImpl
org.eclipse.smila.processing.designer.model.processor.impl.VariablesImpl
public class VariablesImpl
An implementation of the model object 'Variables'.
The following features are implemented:
Field Summary | |
---|---|
protected java.lang.String |
input
The cached value of the ' Input ' attribute |
protected static java.lang.String |
INPUT_EDEFAULT
The default value of the ' Input ' attribute |
protected java.lang.String |
output
The cached value of the ' Output ' attribute |
protected static java.lang.String |
OUTPUT_EDEFAULT
The default value of the ' Output ' attribute |
Constructor Summary | |
---|---|
protected |
VariablesImpl()
|
Method Summary | |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
java.lang.String |
getInput()
|
java.lang.String |
getOutput()
|
void |
setInput(java.lang.String newInput)
|
void |
setOutput(java.lang.String newOutput)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String INPUT_EDEFAULT
Input
' attribute.
getInput()
protected java.lang.String input
Input
' attribute.
getInput()
protected static final java.lang.String OUTPUT_EDEFAULT
Output
' attribute.
getOutput()
protected java.lang.String output
Output
' attribute.
getOutput()
Constructor Detail |
---|
protected VariablesImpl()
Method Detail |
---|
protected EClass eStaticClass()
public java.lang.String getInput()
getInput
in interface Variables
Variables.setInput(String)
,
ProcessorPackage.getVariables_Input()
public void setInput(java.lang.String newInput)
setInput
in interface Variables
newInput
- the new value of the 'Input' attribute.Variables.getInput()
public java.lang.String getOutput()
getOutput
in interface Variables
Variables.setOutput(String)
,
ProcessorPackage.getVariables_Output()
public void setOutput(java.lang.String newOutput)
setOutput
in interface Variables
newOutput
- the new value of the 'Output' attribute.Variables.getOutput()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
|
SMILA (incubation) API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |