Interface Build
- 
- All Known Subinterfaces:
 BuildLongSyntax
- All Known Implementing Classes:
 BuildImpl,BuildLongSyntaxImpl
public interface Build extends EObject
A representation of the model object 'Build'.The following features are supported:
- See Also:
 ComposeFilePackage.getBuild()- Generated class or method.
 - EMF model class or method.
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBuild()Returns the value of the 'Build' attribute.voidsetBuild(String value)Sets the value of the 'Build' 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
- 
getBuild
String getBuild()
Returns the value of the 'Build' attribute.- Returns:
 - the value of the 'Build' attribute.
 - See Also:
 setBuild(String),ComposeFilePackage.getBuild_Build()- Generated class or method.
 - EMF model class or method.
 
 
- 
setBuild
void setBuild(String value)
Sets the value of the 'Build' attribute.- Parameters:
 value- the new value of the 'Build' attribute.- See Also:
 getBuild()- Generated class or method.
 
 
 - 
 
 -