Package com.nomagic.magicdraw.uml.text
Class ParameterTextParams
java.lang.Object
com.nomagic.magicdraw.uml.text.ParameterTextParams
Configuration for creating Parameter element text with
ModelTextCreator
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
setShowFullType
(boolean showFullType) setShowParameterDefaultValue
(boolean showParameterDefaultValue) setShowParameterDirection
(boolean showParameterDirection) setShowReturnDirection
(boolean showReturnDirection) setShowSignature
(boolean showSignature) setSkipDefaultDirection
(boolean skipDefaultDirection)
-
Constructor Details
-
ParameterTextParams
public ParameterTextParams()
-
-
Method Details
-
setSkipDefaultDirection
-
setShowReturnDirection
-
setShowSignature
-
setShowFullType
-
setShowParameterDirection
-
setShowParameterDefaultValue
-
isShowSignature
public boolean isShowSignature() -
isShowFullType
public boolean isShowFullType() -
isShowParameterDirection
public boolean isShowParameterDirection() -
isShowParameterDefaultValue
public boolean isShowParameterDefaultValue() -
isSkipDefaultDirection
public boolean isSkipDefaultDirection() -
isShowReturnDirection
public boolean isShowReturnDirection()
-