SMILA (incubation) API documentation

org.eclipse.smila.processing.designer.model.processor.impl
Class VariablesImpl

java.lang.Object
  extended by ExtensibleElementImpl
      extended by org.eclipse.smila.processing.designer.model.processor.impl.VariablesImpl
All Implemented Interfaces:
Variables

public class VariablesImpl
extends ExtensibleElementImpl
implements Variables

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

INPUT_EDEFAULT

protected static final java.lang.String INPUT_EDEFAULT
The default value of the 'Input' attribute.

See Also:
getInput()

input

protected java.lang.String input
The cached value of the 'Input' attribute.

See Also:
getInput()

OUTPUT_EDEFAULT

protected static final java.lang.String OUTPUT_EDEFAULT
The default value of the 'Output' attribute.

See Also:
getOutput()

output

protected java.lang.String output
The cached value of the 'Output' attribute.

See Also:
getOutput()
Constructor Detail

VariablesImpl

protected VariablesImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getInput

public java.lang.String getInput()

Specified by:
getInput in interface Variables
Returns:
the value of the 'Input' attribute.
See Also:
Variables.setInput(String), ProcessorPackage.getVariables_Input()

setInput

public void setInput(java.lang.String newInput)

Specified by:
setInput in interface Variables
Parameters:
newInput - the new value of the 'Input' attribute.
See Also:
Variables.getInput()

getOutput

public java.lang.String getOutput()

Specified by:
getOutput in interface Variables
Returns:
the value of the 'Output' attribute.
See Also:
Variables.setOutput(String), ProcessorPackage.getVariables_Output()

setOutput

public void setOutput(java.lang.String newOutput)

Specified by:
setOutput in interface Variables
Parameters:
newOutput - the new value of the 'Output' attribute.
See Also:
Variables.getOutput()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()


SMILA (incubation) API documentation