Package com.nomagic.magicdraw.uml.text
Class InteractionUseTextParams
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.InteractionUseTextParams
-
@OpenApiAll public class InteractionUseTextParams extends java.lang.ObjectConfiguration for creating InteractionUse element text withModelTextCreator.
-
-
Constructor Summary
Constructors Constructor Description InteractionUseTextParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAddArguments()booleanisAddReferTo()InteractionUseTextParamssetAddArguments(boolean addArguments)InteractionUseTextParamssetAddReferTo(boolean addReferTo)
-
-
-
Method Detail
-
setAddReferTo
public InteractionUseTextParams setAddReferTo(boolean addReferTo)
-
setAddArguments
public InteractionUseTextParams setAddArguments(boolean addArguments)
-
isAddReferTo
public boolean isAddReferTo()
-
isAddArguments
public boolean isAddArguments()
-
-