Package com.nomagic.magicdraw.uml.text
Class TaggedValueTextParams
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.TaggedValueTextParams
-
@OpenApiAll public class TaggedValueTextParams extends java.lang.Object
Configuration for creating TaggedValue element text withModelTextCreator
.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
ignoreTrueValues
private boolean
showDerived
private boolean
showDerivedSign
private boolean
showEmptyValue
private boolean
showName
private boolean
showQualifiedName
-
Constructor Summary
Constructors Constructor Description TaggedValueTextParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isIgnoreTrueValues()
boolean
isShowDerived()
boolean
isShowDerivedSign()
boolean
isShowEmptyValue()
boolean
isShowName()
boolean
isShowQualifiedName()
TaggedValueTextParams
setIgnoreTrueValues(boolean ignoreTrueValues)
TaggedValueTextParams
setShowDerived(boolean showDerived)
TaggedValueTextParams
setShowDerivedSign(boolean showDerivedSign)
TaggedValueTextParams
setShowEmptyValue(boolean showEmptyValue)
TaggedValueTextParams
setShowName(boolean showName)
TaggedValueTextParams
setShowQualifiedName(boolean showQualifiedName)
-
-
-
Method Detail
-
isShowName
public boolean isShowName()
-
setShowName
public TaggedValueTextParams setShowName(boolean showName)
-
isIgnoreTrueValues
public boolean isIgnoreTrueValues()
-
setIgnoreTrueValues
public TaggedValueTextParams setIgnoreTrueValues(boolean ignoreTrueValues)
-
isShowEmptyValue
public boolean isShowEmptyValue()
-
setShowEmptyValue
public TaggedValueTextParams setShowEmptyValue(boolean showEmptyValue)
-
isShowQualifiedName
public boolean isShowQualifiedName()
-
setShowQualifiedName
public TaggedValueTextParams setShowQualifiedName(boolean showQualifiedName)
-
isShowDerived
public boolean isShowDerived()
-
setShowDerived
public TaggedValueTextParams setShowDerived(boolean showDerived)
-
setShowDerivedSign
public TaggedValueTextParams setShowDerivedSign(boolean showDerivedSign)
-
isShowDerivedSign
public boolean isShowDerivedSign()
-
-