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