Interface FieldDefinition
-
- All Superinterfaces:
AbstractFieldDefinition,org.eclipse.emf.ecore.EObject,Named,org.eclipse.emf.common.notify.Notifier,UniqueByName
- All Known Implementing Classes:
FieldDefinitionImpl
public interface FieldDefinition extends AbstractFieldDefinition
A representation of the model object 'Field Definition'.The following features are supported:
- See Also:
XsemanticsPackage.getFieldDefinition()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotation>getAnnotations()Returns the value of the 'Annotations' containment reference list.org.eclipse.xtext.xbase.XExpressiongetRight()Returns the value of the 'Right' containment reference.booleanisWriteable()Returns the value of the 'Writeable' attribute.voidsetRight(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Right' containment reference.voidsetWriteable(boolean value)Sets the value of the 'Writeable' attribute.-
Methods inherited from interface org.eclipse.xsemantics.dsl.xsemantics.AbstractFieldDefinition
getName, getType, isExtension, setExtension, setName, setType
-
-
-
-
Method Detail
-
getAnnotations
org.eclipse.emf.common.util.EList<org.eclipse.xtext.xbase.annotations.xAnnotations.XAnnotation> getAnnotations()
Returns the value of the 'Annotations' containment reference list. The list contents are of typeXAnnotation.- Returns:
- the value of the 'Annotations' containment reference list.
- See Also:
XsemanticsPackage.getFieldDefinition_Annotations()
-
isWriteable
boolean isWriteable()
Returns the value of the 'Writeable' attribute.- Returns:
- the value of the 'Writeable' attribute.
- See Also:
setWriteable(boolean),XsemanticsPackage.getFieldDefinition_Writeable()
-
setWriteable
void setWriteable(boolean value)
Sets the value of the 'Writeable' attribute.- Parameters:
value- the new value of the 'Writeable' attribute.- See Also:
isWriteable()
-
getRight
org.eclipse.xtext.xbase.XExpression getRight()
Returns the value of the 'Right' containment reference.- Returns:
- the value of the 'Right' containment reference.
- See Also:
setRight(XExpression),XsemanticsPackage.getFieldDefinition_Right()
-
setRight
void setRight(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Right' containment reference.- Parameters:
value- the new value of the 'Right' containment reference.- See Also:
getRight()
-
-