Interface Variable
-
- All Known Implementing Classes:
VariableImpl
public interface Variable extends EObject
A representation of the model object 'Variable'.The following features are supported:
- See Also:
PrologmodelPackage.getVariable()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataType
getDatatype()
Returns the value of the 'Datatype' reference.String
getName()
Returns the value of the 'Name' attribute.void
setDatatype(DataType value)
Sets the value of the 'Datatype
' reference.void
setName(String value)
Sets the value of the 'Name
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getDatatype
DataType getDatatype()
Returns the value of the 'Datatype' reference.- Returns:
- the value of the 'Datatype' reference.
- See Also:
setDatatype(DataType)
,PrologmodelPackage.getVariable_Datatype()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setDatatype
void setDatatype(DataType value)
Sets the value of the 'Datatype
' reference.- Parameters:
value
- the new value of the 'Datatype' reference.- See Also:
getDatatype()
- Generated class or method.
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,PrologmodelPackage.getVariable_Name()
- Generated class or method.
- EMF model class or method.
-
-