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