Package com.nomagic.magicdraw.uml.text
Class EventTextParams
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.EventTextParams
-
@OpenApiAll public class EventTextParams extends java.lang.Object
Configuration for creating Event element text withModelTextCreator
.
-
-
Constructor Summary
Constructors Constructor Description EventTextParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isShowOperationsSignature()
EventTextParams
setShowOperationsSignature(boolean showOperationsSignature)
-
-
-
Method Detail
-
setShowOperationsSignature
public EventTextParams setShowOperationsSignature(boolean showOperationsSignature)
-
isShowOperationsSignature
public boolean isShowOperationsSignature()
-
-