Package com.nomagic.magicdraw.uml.text
Class ParameterTextParams
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.ParameterTextParams
-
@OpenApiAll public class ParameterTextParams extends java.lang.Object
Configuration for creating Parameter element text withModelTextCreator
.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
showFullType
private boolean
showParameterDefaultValue
private boolean
showParameterDirection
private boolean
showReturnDirection
private boolean
showSignature
private boolean
skipDefaultDirection
-
Constructor Summary
Constructors Constructor Description ParameterTextParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isShowFullType()
boolean
isShowParameterDefaultValue()
boolean
isShowParameterDirection()
boolean
isShowReturnDirection()
boolean
isShowSignature()
boolean
isSkipDefaultDirection()
ParameterTextParams
setShowFullType(boolean showFullType)
ParameterTextParams
setShowParameterDefaultValue(boolean showParameterDefaultValue)
ParameterTextParams
setShowParameterDirection(boolean showParameterDirection)
ParameterTextParams
setShowReturnDirection(boolean showReturnDirection)
ParameterTextParams
setShowSignature(boolean showSignature)
ParameterTextParams
setSkipDefaultDirection(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()
-
-