Package ca.ubc.stat.blang.blangDsl
Interface InitializerDependency
- All Superinterfaces:
Dependency
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
InitializerDependencyImpl
public interface InitializerDependency extends Dependency
A representation of the model object 'Initializer Dependency'.
The following features are supported:
-
Method Summary
Modifier and Type Method Description org.eclipse.xtext.xbase.XExpression
getInit()
Returns the value of the 'Init' containment reference.java.lang.String
getName()
Returns the value of the 'Name' attribute.org.eclipse.xtext.common.types.JvmTypeReference
getType()
Returns the value of the 'Type' containment reference.void
setInit(org.eclipse.xtext.xbase.XExpression value)
Sets the value of the 'Init
' containment reference.void
setName(java.lang.String value)
Sets the value of the 'Name
' attribute.void
setType(org.eclipse.xtext.common.types.JvmTypeReference value)
Sets the value of the 'Type
' containment reference.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 Details
-
getType
org.eclipse.xtext.common.types.JvmTypeReference getType()Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
setType(JvmTypeReference)
,BlangDslPackage.getInitializerDependency_Type()
-
setType
void setType(org.eclipse.xtext.common.types.JvmTypeReference value)Sets the value of the 'Type
' containment reference.- Parameters:
value
- the new value of the 'Type' containment reference.- See Also:
getType()
-
getName
java.lang.String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,BlangDslPackage.getInitializerDependency_Name()
-
setName
void setName(java.lang.String value)Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
-
getInit
org.eclipse.xtext.xbase.XExpression getInit()Returns the value of the 'Init' containment reference.- Returns:
- the value of the 'Init' containment reference.
- See Also:
setInit(XExpression)
,BlangDslPackage.getInitializerDependency_Init()
-
setInit
void setInit(org.eclipse.xtext.xbase.XExpression value)Sets the value of the 'Init
' containment reference.- Parameters:
value
- the new value of the 'Init' containment reference.- See Also:
getInit()
-