@OpenApiAll
public class MemberTextParams
extends java.lang.Object
ModelTextCreator
.Constructor and Description |
---|
MemberTextParams() |
public MemberTextParams setShowName(boolean showName)
public MemberTextParams setShowVisibility(boolean showVisibility)
public MemberTextParams setShowStereotype(boolean showStereotype)
public MemberTextParams setShowProperties(boolean showProperties)
public MemberTextParams setShowTaggedValues(boolean showTaggedValues)
public MemberTextParams setShowConstraintName(boolean showConstraintName)
public MemberTextParams setShowConstraintSpecification(boolean showConstraintSpecification)
public MemberTextParams setShowInheritedSign(boolean showInheritedSign)
public MemberTextParams setShowAdditionalSlotText(boolean showAdditionalSlotText)
public MemberTextParams setInvisibleFilter(@CheckForNull java.util.function.Predicate<Element> invisibleFilter)
public boolean isShowName()
public boolean isShowVisibility()
public boolean isShowStereotype()
public boolean isShowProperties()
public boolean isShowTaggedValues()
public boolean isShowConstraintName()
public boolean isShowConstraintSpecification()
public boolean isShowInheritedSign()
public boolean isShowAdditionalSlotText()
@CheckForNull public java.util.function.Predicate<Element> getInvisibleFilter()