Interface Name
-
- All Superinterfaces:
ComponentProperty
,EObject
,Notifier
,ResourceProperty
,RoleProperty
- All Known Implementing Classes:
NameImpl
public interface Name extends ComponentProperty, RoleProperty, ResourceProperty
- See Also:
QualityEffectSpecificationPackage.getName_()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAutonym()
Returns the value of the 'Autonym' attribute.boolean
isNot()
Returns the value of the 'Not' attribute.void
setAutonym(String value)
Sets the value of the 'Autonym
' attribute.void
setNot(boolean value)
Sets the value of the 'Not
' 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.getName_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.
-
getAutonym
String getAutonym()
Returns the value of the 'Autonym' attribute.If the meaning of the 'Autonym' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Autonym' attribute.
- See Also:
setAutonym(String)
,QualityEffectSpecificationPackage.getName_Autonym()
- Generated class or method.
- EMF model class or method.
-
setAutonym
void setAutonym(String value)
Sets the value of the 'Autonym
' attribute.- Parameters:
value
- the new value of the 'Autonym' attribute.- See Also:
getAutonym()
- Generated class or method.
-
-