Package com.nomagic.magicdraw.uml.text
Class MessageTextParams
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.MessageTextParams
-
@OpenApiAll public class MessageTextParams extends java.lang.Object
Configuration for creating Message element text withModelTextCreator
.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
showAttributes
private boolean
showParameters
-
Constructor Summary
Constructors Constructor Description MessageTextParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isShowAttributes()
boolean
isShowParameters()
MessageTextParams
setShowAttributes(boolean showAttributes)
MessageTextParams
setShowParameters(boolean showParameters)
-
-
-
Method Detail
-
setShowParameters
public MessageTextParams setShowParameters(boolean showParameters)
-
setShowAttributes
public MessageTextParams setShowAttributes(boolean showAttributes)
-
isShowParameters
public boolean isShowParameters()
-
isShowAttributes
public boolean isShowAttributes()
-
-