Package com.nomagic.magicdraw.uml.text
Class ConstraintTextParams
- java.lang.Object
 - 
- com.nomagic.magicdraw.uml.text.ConstraintTextParams
 
 
- 
@OpenApiAll public class ConstraintTextParams extends java.lang.ObjectConfiguration for creating Constraint element text withModelTextCreator. 
- 
- 
Field Summary
Fields Modifier and Type Field Description private booleanaddBracesprivate booleanshowNameprivate booleanshowSpecification 
- 
Constructor Summary
Constructors Constructor Description ConstraintTextParams() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAddBraces()booleanisShowName()booleanisShowSpecification()ConstraintTextParamssetAddBraces(boolean addBraces)ConstraintTextParamssetShowName(boolean showName)ConstraintTextParamssetShowSpecification(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()
 
 - 
 
 -