Package com.nomagic.magicdraw.uml.text
Class ConstraintTextParams
java.lang.Object
com.nomagic.magicdraw.uml.text.ConstraintTextParams
Configuration for creating Constraint element text with
ModelTextCreator
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
setAddBraces
(boolean addBraces) setShowName
(boolean showName) setShowSpecification
(boolean showSpecification)
-
Constructor Details
-
ConstraintTextParams
public ConstraintTextParams()
-
-
Method Details
-
setShowName
-
setShowSpecification
-
setAddBraces
-
isShowName
public boolean isShowName() -
isShowSpecification
public boolean isShowSpecification() -
isAddBraces
public boolean isAddBraces()
-