SMILA (incubation) API documentation

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

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

public class PropertyImpl
extends ExtensibleElementImpl
implements Property

An implementation of the model object 'Property'.

The following features are implemented:


Field Summary
protected  java.lang.String name
          The cached value of the 'Name' attribute
protected static java.lang.String NAME_EDEFAULT
          The default value of the 'Name' attribute
protected  java.lang.String value
          The cached value of the 'Value' attribute
protected static java.lang.String VALUE_EDEFAULT
          The default value of the 'Value' attribute
 
Constructor Summary
protected PropertyImpl()
           
 
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 getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String newName)
           
 void setValue(java.lang.String newValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_EDEFAULT

protected static final java.lang.String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()

name

protected java.lang.String name
The cached value of the 'Name' attribute.

See Also:
getName()

VALUE_EDEFAULT

protected static final java.lang.String VALUE_EDEFAULT
The default value of the 'Value' attribute.

See Also:
getValue()

value

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

See Also:
getValue()
Constructor Detail

PropertyImpl

protected PropertyImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getName

public java.lang.String getName()

Specified by:
getName in interface Property
Returns:
the value of the 'Name' attribute.
See Also:
Property.setName(String), ProcessorPackage.getProperty_Name()

setName

public void setName(java.lang.String newName)

Specified by:
setName in interface Property
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
Property.getName()

getValue

public java.lang.String getValue()

Specified by:
getValue in interface Property
Returns:
the value of the 'Value' attribute.
See Also:
Property.setValue(String), ProcessorPackage.getProperty_Value()

setValue

public void setValue(java.lang.String newValue)

Specified by:
setValue in interface Property
Parameters:
newValue - the new value of the 'Value' attribute.
See Also:
Property.getValue()

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