Interface Assembly
-
- All Superinterfaces:
ComponentProperty
,EObject
,Notifier
- All Known Implementing Classes:
AssemblyImpl
public interface Assembly extends ComponentProperty
A representation of the model object 'Assembly'.The following features are supported:
- See Also:
QualityEffectSpecificationPackage.getAssembly()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentSpecification
getComponent()
Returns the value of the 'Component' containment reference.AssemblyType
getType()
Returns the value of the 'Type' attribute.boolean
isNot()
Returns the value of the 'Not' attribute.void
setComponent(ComponentSpecification value)
Sets the value of the 'Component
' containment reference.void
setNot(boolean value)
Sets the value of the 'Not
' attribute.void
setType(AssemblyType value)
Sets the value of the 'Type
' 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
-
isNot
boolean isNot()
Returns the value of the 'Not' attribute.If the meaning of the 'Not' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Not' attribute.
- See Also:
setNot(boolean)
,QualityEffectSpecificationPackage.getAssembly_Not()
- Generated class or method.
- EMF model class or method.
-
setNot
void setNot(boolean value)
Sets the value of the 'Not
' attribute.- Parameters:
value
- the new value of the 'Not' attribute.- See Also:
isNot()
- Generated class or method.
-
getType
AssemblyType getType()
Returns the value of the 'Type' attribute. The literals are from the enumerationAssemblyType
.If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
AssemblyType
,setType(AssemblyType)
,QualityEffectSpecificationPackage.getAssembly_Type()
- Generated class or method.
- EMF model class or method.
-
setType
void setType(AssemblyType value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
AssemblyType
,getType()
- Generated class or method.
-
getComponent
ComponentSpecification getComponent()
Returns the value of the 'Component' containment reference.If the meaning of the 'Component' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Component' containment reference.
- See Also:
setComponent(ComponentSpecification)
,QualityEffectSpecificationPackage.getAssembly_Component()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setComponent
void setComponent(ComponentSpecification value)
Sets the value of the 'Component
' containment reference.- Parameters:
value
- the new value of the 'Component' containment reference.- See Also:
getComponent()
- Generated class or method.
-
-