Package com.nomagic.magicdraw.uml.text
Class TaggedValueTextParams
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.TaggedValueTextParams
-
@OpenApiAll public class TaggedValueTextParams extends java.lang.ObjectConfiguration for creating TaggedValue element text withModelTextCreator.
-
-
Constructor Summary
Constructors Constructor Description TaggedValueTextParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisIgnoreTrueValues()booleanisShowDerived()booleanisShowDerivedSign()booleanisShowEmptyValue()booleanisShowName()booleanisShowQualifiedName()TaggedValueTextParamssetIgnoreTrueValues(boolean ignoreTrueValues)TaggedValueTextParamssetShowDerived(boolean showDerived)TaggedValueTextParamssetShowDerivedSign(boolean showDerivedSign)TaggedValueTextParamssetShowEmptyValue(boolean showEmptyValue)TaggedValueTextParamssetShowName(boolean showName)TaggedValueTextParamssetShowQualifiedName(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()
-
-