Package com.nomagic.magicdraw.uml.text
Class ParameterTextParams
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.ParameterTextParams
-
@OpenApiAll public class ParameterTextParams extends java.lang.ObjectConfiguration for creating Parameter element text withModelTextCreator.
-
-
Field Summary
Fields Modifier and Type Field Description private booleanshowFullTypeprivate booleanshowParameterDefaultValueprivate booleanshowParameterDirectionprivate booleanshowReturnDirectionprivate booleanshowSignatureprivate booleanskipDefaultDirection
-
Constructor Summary
Constructors Constructor Description ParameterTextParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisShowFullType()booleanisShowParameterDefaultValue()booleanisShowParameterDirection()booleanisShowReturnDirection()booleanisShowSignature()booleanisSkipDefaultDirection()ParameterTextParamssetShowFullType(boolean showFullType)ParameterTextParamssetShowParameterDefaultValue(boolean showParameterDefaultValue)ParameterTextParamssetShowParameterDirection(boolean showParameterDirection)ParameterTextParamssetShowReturnDirection(boolean showReturnDirection)ParameterTextParamssetShowSignature(boolean showSignature)ParameterTextParamssetSkipDefaultDirection(boolean skipDefaultDirection)
-
-
-
Field Detail
-
showSignature
private boolean showSignature
-
showFullType
private boolean showFullType
-
showParameterDirection
private boolean showParameterDirection
-
showParameterDefaultValue
private boolean showParameterDefaultValue
-
skipDefaultDirection
private boolean skipDefaultDirection
-
showReturnDirection
private boolean showReturnDirection
-
-
Method Detail
-
setSkipDefaultDirection
public ParameterTextParams setSkipDefaultDirection(boolean skipDefaultDirection)
-
setShowReturnDirection
public ParameterTextParams setShowReturnDirection(boolean showReturnDirection)
-
setShowSignature
public ParameterTextParams setShowSignature(boolean showSignature)
-
setShowFullType
public ParameterTextParams setShowFullType(boolean showFullType)
-
setShowParameterDirection
public ParameterTextParams setShowParameterDirection(boolean showParameterDirection)
-
setShowParameterDefaultValue
public ParameterTextParams setShowParameterDefaultValue(boolean showParameterDefaultValue)
-
isShowSignature
public boolean isShowSignature()
-
isShowFullType
public boolean isShowFullType()
-
isShowParameterDirection
public boolean isShowParameterDirection()
-
isShowParameterDefaultValue
public boolean isShowParameterDefaultValue()
-
isSkipDefaultDirection
public boolean isSkipDefaultDirection()
-
isShowReturnDirection
public boolean isShowReturnDirection()
-
-