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
.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.function.Predicate<Element>
invisibleFilter
private boolean
showAdditionalSlotText
private boolean
showConstraintName
private boolean
showConstraintSpecification
private boolean
showInheritedSign
private boolean
showName
private boolean
showProperties
private boolean
showStereotype
private boolean
showTaggedValues
private boolean
showVisibility
-
Constructor Summary
Constructors Constructor Description MemberTextParams()
-
Method Summary
-
-
-
Field Detail
-
showName
private boolean showName
-
showVisibility
private boolean showVisibility
-
showStereotype
private boolean showStereotype
-
showProperties
private boolean showProperties
-
showTaggedValues
private boolean showTaggedValues
-
showConstraintName
private boolean showConstraintName
-
showConstraintSpecification
private boolean showConstraintSpecification
-
showInheritedSign
private boolean showInheritedSign
-
showAdditionalSlotText
private boolean showAdditionalSlotText
-
invisibleFilter
private java.util.function.Predicate<Element> invisibleFilter
-
-
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()
-
-