Package com.nomagic.magicdraw.uml.text
Class TaggedValueTextParams
java.lang.Object
com.nomagic.magicdraw.uml.text.TaggedValueTextParams
Configuration for creating TaggedValue element text with
ModelTextCreator
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
setHideAdditionalText
(boolean hideAdditionalText) setIgnoreTrueValues
(boolean ignoreTrueValues) setShowDerived
(boolean showDerived) setShowDerivedSign
(boolean showDerivedSign) setShowEmptyValue
(boolean showEmptyValue) setShowName
(boolean showName) setShowQualifiedName
(boolean showQualifiedName)
-
Constructor Details
-
TaggedValueTextParams
public TaggedValueTextParams()
-
-
Method Details
-
isShowName
public boolean isShowName() -
setShowName
-
isIgnoreTrueValues
public boolean isIgnoreTrueValues() -
setIgnoreTrueValues
-
isShowEmptyValue
public boolean isShowEmptyValue() -
setShowEmptyValue
-
isShowQualifiedName
public boolean isShowQualifiedName() -
setShowQualifiedName
-
isShowDerived
public boolean isShowDerived() -
setShowDerived
-
setShowDerivedSign
-
isShowDerivedSign
public boolean isShowDerivedSign() -
isHideAdditionalText
public boolean isHideAdditionalText() -
setHideAdditionalText
-