public interface InitializerDependency extends Dependency
The following features are supported:
Modifier and Type | Method and 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. |
org.eclipse.xtext.common.types.JvmTypeReference getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(JvmTypeReference)
,
BlangDslPackage.getInitializerDependency_Type()
void setType(org.eclipse.xtext.common.types.JvmTypeReference value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
BlangDslPackage.getInitializerDependency_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.xtext.xbase.XExpression getInit()
If the meaning of the 'Init' containment reference isn't clear, there really should be more of a description here...
setInit(XExpression)
,
BlangDslPackage.getInitializerDependency_Init()