Package com.nomagic.magicdraw.uml.text
Class MemberTextParams
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.MemberTextParams
-
- Direct Known Subclasses:
BehaviorTextParams
,PropertyTextParams
,ReceptionTextParams
@OpenApiAll public class MemberTextParams extends java.lang.Object
Base configuration for creating some classifier's member text withModelTextCreator
.
-
-
Constructor Summary
Constructors Constructor Description MemberTextParams()
-
Method Summary
-
-
-
Method Detail
-
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 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()
-
-