|
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.PropertyImpl
public class PropertyImpl
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 |
---|
protected static final java.lang.String NAME_EDEFAULT
Name
' attribute.
getName()
protected java.lang.String name
Name
' attribute.
getName()
protected static final java.lang.String VALUE_EDEFAULT
Value
' attribute.
getValue()
protected java.lang.String value
Value
' attribute.
getValue()
Constructor Detail |
---|
protected PropertyImpl()
Method Detail |
---|
protected EClass eStaticClass()
public java.lang.String getName()
getName
in interface Property
Property.setName(String)
,
ProcessorPackage.getProperty_Name()
public void setName(java.lang.String newName)
setName
in interface Property
newName
- the new value of the 'Name' attribute.Property.getName()
public java.lang.String getValue()
getValue
in interface Property
Property.setValue(String)
,
ProcessorPackage.getProperty_Value()
public void setValue(java.lang.String newValue)
setValue
in interface Property
newValue
- the new value of the 'Value' attribute.Property.getValue()
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 |