public interface ValueDescriptor
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ParserPackage.getValueDescriptor()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AttributeValue> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
Field |
getPrimaryValue()
Returns the value of the 'Primary Value' containment reference.
|
void |
setPrimaryValue(Field value)
Sets the value of the '
Primary Value ' containment reference. |
Field getPrimaryValue()
If the meaning of the 'Primary Value' containment reference isn't clear, there really should be more of a description here...
setPrimaryValue(Field)
,
ParserPackage.getValueDescriptor_PrimaryValue()
void setPrimaryValue(Field value)
Primary Value
' containment reference.
value
- the new value of the 'Primary Value' containment reference.getPrimaryValue()
org.eclipse.emf.common.util.EList<AttributeValue> getAttributes()
AttributeValue
.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
ParserPackage.getValueDescriptor_Attributes()