Package ca.ubc.stat.blang.blangDsl
Interface JavaDist
- All Superinterfaces:
DistributionTypeSpecification
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
JavaDistImpl
public interface JavaDist extends DistributionTypeSpecification
A representation of the model object 'Java Dist'.
The following features are supported:
- See Also:
BlangDslPackage.getJavaDist()
-
Method Summary
Modifier and Type Method Description org.eclipse.xtext.common.types.JvmTypeReference
getDistributionType()
Returns the value of the 'Distribution Type' containment reference.void
setDistributionType(org.eclipse.xtext.common.types.JvmTypeReference value)
Sets the value of the 'Distribution 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
-
getDistributionType
org.eclipse.xtext.common.types.JvmTypeReference getDistributionType()Returns the value of the 'Distribution Type' containment reference.- Returns:
- the value of the 'Distribution Type' containment reference.
- See Also:
setDistributionType(JvmTypeReference)
,BlangDslPackage.getJavaDist_DistributionType()
-
setDistributionType
void setDistributionType(org.eclipse.xtext.common.types.JvmTypeReference value)Sets the value of the 'Distribution Type
' containment reference.- Parameters:
value
- the new value of the 'Distribution Type' containment reference.- See Also:
getDistributionType()
-