Class MemberTextParams

    • Constructor Detail

      • MemberTextParams

        public MemberTextParams()
    • Method Detail

      • 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
                                                   java.util.function.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 java.util.function.Predicate<Element> getInvisibleFilter()