public interface ConstInit
extends org.eclipse.emf.ecore.EObject
The following features are supported:
C_CppPackage.getConstInit()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Operation |
getBase_operation()
Returns the value of the 'Base operation' reference.
|
String |
getInitialisation()
Returns the value of the 'Initialisation' attribute.
|
void |
setBase_operation(org.eclipse.uml2.uml.Operation value)
Sets the value of the '
Base operation ' reference. |
void |
setInitialisation(String value)
Sets the value of the '
Initialisation ' attribute. |
String getInitialisation()
If the meaning of the 'Initialisation' attribute isn't clear, there really should be more of a description here...
setInitialisation(String)
,
C_CppPackage.getConstInit_Initialisation()
void setInitialisation(String value)
Initialisation
' attribute.
value
- the new value of the 'Initialisation' attribute.getInitialisation()
org.eclipse.uml2.uml.Operation getBase_operation()
If the meaning of the 'Base operation' reference isn't clear, there really should be more of a description here...
setBase_operation(Operation)
,
C_CppPackage.getConstInit_Base_operation()
void setBase_operation(org.eclipse.uml2.uml.Operation value)
Base operation
' reference.
value
- the new value of the 'Base operation' reference.getBase_operation()
Copyright © 2016–2017 Eclipse foundation. All rights reserved.