Package cruise.umple.cpp.gen
Class GenAspectableReturnBody
java.lang.Object
cruise.umple.cpp.gen.AbstractGenBody
cruise.umple.cpp.gen.GenBody
cruise.umple.cpp.gen.GenAspectableReturnBody
- All Implemented Interfaces:
java.io.Serializable
public class GenAspectableReturnBody extends GenBody
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description GenAspectableReturnBody(java.lang.String aBody, java.lang.String aVariable, java.lang.String aReturnType) -
Method Summary
Modifier and Type Method Description java.lang.StringassignBody()voiddelete()java.lang.StringgetReturnType()java.lang.StringgetVariable()java.lang.StringreturnBody()java.lang.StringreturnVariable()booleansetReturnType(java.lang.String aReturnType)booleansetVariable(java.lang.String aVariable)java.lang.StringtoString()Methods inherited from class cruise.umple.cpp.gen.GenBody
getDefaultBodyOwner, getGenClass, getGenMethod, getOwnerGenBody, hasDefaultBodyOwner, hasGenClass, hasGenMethod, hasOwnerGenBody, setDefaultBodyOwner, setGenClass, setGenMethod, setOwnerGenBodyMethods inherited from class cruise.umple.cpp.gen.AbstractGenBody
_cr, cr, dynamicContent, getBody, getPriority, getType, setBody, setPriority, setType
-
Constructor Details
-
GenAspectableReturnBody
public GenAspectableReturnBody(java.lang.String aBody, java.lang.String aVariable, java.lang.String aReturnType)
-
-
Method Details
-
setVariable
public boolean setVariable(java.lang.String aVariable) -
setReturnType
public boolean setReturnType(java.lang.String aReturnType) -
getVariable
public java.lang.String getVariable() -
getReturnType
public java.lang.String getReturnType() -
delete
public void delete() -
returnBody
public java.lang.String returnBody() -
assignBody
public java.lang.String assignBody() -
returnVariable
public java.lang.String returnVariable() -
toString
public java.lang.String toString()
-