Package placementDescription
Interface SelectedCV
-
- All Known Implementing Classes:
SelectedCVImpl
public interface SelectedCV extends EObject
A representation of the model object 'Selected CV'.The following features are supported:
- See Also:
PlacementDescriptionPackage.getSelectedCV()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComplementumVisnetis
getComplementumVisnetis()
Returns the value of the 'Complementum Visnetis' reference.boolean
isOptional()
Returns the value of the 'Optional' attribute.void
setComplementumVisnetis(ComplementumVisnetis value)
Sets the value of the 'Complementum Visnetis
' reference.void
setOptional(boolean value)
Sets the value of the 'Optional
' 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
-
isOptional
boolean isOptional()
Returns the value of the 'Optional' attribute. The default value is"false"
.If the meaning of the 'Optional' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Optional' attribute.
- See Also:
setOptional(boolean)
,PlacementDescriptionPackage.getSelectedCV_Optional()
- Generated class or method.
- EMF model class or method.
- default="false" required="true"
-
setOptional
void setOptional(boolean value)
Sets the value of the 'Optional
' attribute.- Parameters:
value
- the new value of the 'Optional' attribute.- See Also:
isOptional()
- Generated class or method.
-
getComplementumVisnetis
ComplementumVisnetis getComplementumVisnetis()
Returns the value of the 'Complementum Visnetis' reference.If the meaning of the 'Complementum Visnetis' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Complementum Visnetis' reference.
- See Also:
setComplementumVisnetis(ComplementumVisnetis)
,PlacementDescriptionPackage.getSelectedCV_ComplementumVisnetis()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setComplementumVisnetis
void setComplementumVisnetis(ComplementumVisnetis value)
Sets the value of the 'Complementum Visnetis
' reference.- Parameters:
value
- the new value of the 'Complementum Visnetis' reference.- See Also:
getComplementumVisnetis()
- Generated class or method.
-
-