Class TypedElementTextParams

java.lang.Object
com.nomagic.magicdraw.uml.text.TypedElementTextParams

@OpenApiAll public class TypedElementTextParams extends Object
Configuration for creating TypeElement text with ModelTextCreator.
  • Constructor Details

    • TypedElementTextParams

      public TypedElementTextParams()
  • Method Details

    • setShowName

      public TypedElementTextParams setShowName(boolean showName)
    • setShowType

      public TypedElementTextParams setShowType(boolean showType)
    • setShowFullType

      public TypedElementTextParams setShowFullType(boolean showFullType)
    • setShowMultiplicity

      public TypedElementTextParams setShowMultiplicity(boolean showMultiplicity)
    • isShowName

      public boolean isShowName()
    • isShowType

      public boolean isShowType()
    • isShowFullType

      public boolean isShowFullType()
    • isShowMultiplicity

      public boolean isShowMultiplicity()