Interface Characteristic
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
AvailabilityCriticality
,ConsistencyCriticality
,ContentVolatility
,SecurityCriticality
,StorageSimilarity
,StructuralVolatility
public interface Characteristic
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Characteristic'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Characteristic' attribute.Returns the value of the 'Characteristic Doc' attribute.getDoc()
Returns the value of the 'Doc' attribute.org.eclipse.emf.common.util.EList<String>
Returns the value of the 'Nanoentities' attribute list.void
setCharacteristic
(String value) Sets the value of the 'Characteristic
' attribute.void
setCharacteristicDoc
(String value) Sets the value of the 'Characteristic Doc
' attribute.void
Sets the value of the 'Doc
' 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 Details
-
getDoc
String getDoc()Returns the value of the 'Doc' attribute.- Returns:
- the value of the 'Doc' attribute.
- See Also:
- Model:
- Generated:
-
setDoc
Sets the value of the 'Doc
' attribute.- Parameters:
value
- the new value of the 'Doc' attribute.- See Also:
- Generated:
-
getCharacteristic
String getCharacteristic()Returns the value of the 'Characteristic' attribute.- Returns:
- the value of the 'Characteristic' attribute.
- See Also:
- Model:
- Generated:
-
setCharacteristic
Sets the value of the 'Characteristic
' attribute.- Parameters:
value
- the new value of the 'Characteristic' attribute.- See Also:
- Generated:
-
getCharacteristicDoc
String getCharacteristicDoc()Returns the value of the 'Characteristic Doc' attribute.- Returns:
- the value of the 'Characteristic Doc' attribute.
- See Also:
- Model:
- Generated:
-
setCharacteristicDoc
Sets the value of the 'Characteristic Doc
' attribute.- Parameters:
value
- the new value of the 'Characteristic Doc' attribute.- See Also:
- Generated:
-
getNanoentities
org.eclipse.emf.common.util.EList<String> getNanoentities()Returns the value of the 'Nanoentities' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Nanoentities' attribute list.
- See Also:
- Model:
- unique="false"
- Generated:
-