Class MemberTextParams

java.lang.Object
com.nomagic.magicdraw.uml.text.MemberTextParams
Direct Known Subclasses:
BehaviorTextParams, PropertyTextParams, ReceptionTextParams

@OpenApiAll public class MemberTextParams extends Object
Base configuration for creating some classifier's member text with ModelTextCreator.
  • Constructor Details

    • MemberTextParams

      public MemberTextParams()
  • Method Details

    • setShowName

      public MemberTextParams setShowName(boolean showName)
    • setShowVisibility

      public MemberTextParams setShowVisibility(boolean showVisibility)
    • setShowStereotype

      public MemberTextParams setShowStereotype(boolean showStereotype)
    • setShowProperties

      public MemberTextParams setShowProperties(boolean showProperties)
    • setShowTaggedValues

      public MemberTextParams setShowTaggedValues(boolean showTaggedValues)
    • setShowConstraintName

      public MemberTextParams setShowConstraintName(boolean showConstraintName)
    • setShowConstraintSpecification

      public MemberTextParams setShowConstraintSpecification(boolean showConstraintSpecification)
    • setShowInheritedSign

      public MemberTextParams setShowInheritedSign(boolean showInheritedSign)
    • setShowAdditionalSlotText

      public MemberTextParams setShowAdditionalSlotText(boolean showAdditionalSlotText)
    • setInvisibleFilter

      public MemberTextParams setInvisibleFilter(@CheckForNull Predicate<Element> invisibleFilter)
    • isShowName

      public boolean isShowName()
    • isShowVisibility

      public boolean isShowVisibility()
    • isShowStereotype

      public boolean isShowStereotype()
    • isShowProperties

      public boolean isShowProperties()
    • isShowTaggedValues

      public boolean isShowTaggedValues()
    • isShowConstraintName

      public boolean isShowConstraintName()
    • isShowConstraintSpecification

      public boolean isShowConstraintSpecification()
    • isShowInheritedSign

      public boolean isShowInheritedSign()
    • isShowAdditionalSlotText

      public boolean isShowAdditionalSlotText()
    • getInvisibleFilter

      @CheckForNull public Predicate<Element> getInvisibleFilter()