Package com.nomagic.magicdraw.uml.text
Class ConstraintTextParams
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.ConstraintTextParams
-
@OpenApiAll public class ConstraintTextParams extends java.lang.Object
Configuration for creating Constraint element text withModelTextCreator
.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
addBraces
private boolean
showName
private boolean
showSpecification
-
Constructor Summary
Constructors Constructor Description ConstraintTextParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isAddBraces()
boolean
isShowName()
boolean
isShowSpecification()
ConstraintTextParams
setAddBraces(boolean addBraces)
ConstraintTextParams
setShowName(boolean showName)
ConstraintTextParams
setShowSpecification(boolean showSpecification)
-
-
-
Method Detail
-
setShowName
public ConstraintTextParams setShowName(boolean showName)
-
setShowSpecification
public ConstraintTextParams setShowSpecification(boolean showSpecification)
-
setAddBraces
public ConstraintTextParams setAddBraces(boolean addBraces)
-
isShowName
public boolean isShowName()
-
isShowSpecification
public boolean isShowSpecification()
-
isAddBraces
public boolean isAddBraces()
-
-