Package com.nomagic.magicdraw.uml.text
Class MemberTextParams
java.lang.Object
com.nomagic.magicdraw.uml.text.MemberTextParams
- Direct Known Subclasses:
BehaviorTextParams,PropertyTextParams,ReceptionTextParams
Base configuration for creating some classifier's member text with
ModelTextCreator.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleansetInvisibleFilter(Predicate<Element> invisibleFilter) setShowAdditionalSlotText(boolean showAdditionalSlotText) setShowConstraintName(boolean showConstraintName) setShowConstraintSpecification(boolean showConstraintSpecification) setShowInheritedSign(boolean showInheritedSign) setShowName(boolean showName) setShowProperties(boolean showProperties) setShowStereotype(boolean showStereotype) setShowTaggedValues(boolean showTaggedValues) setShowVisibility(boolean showVisibility)
-
Constructor Details
-
MemberTextParams
public MemberTextParams()
-
-
Method Details
-
setShowName
-
setShowVisibility
-
setShowStereotype
-
setShowProperties
-
setShowTaggedValues
-
setShowConstraintName
-
setShowConstraintSpecification
-
setShowInheritedSign
-
setShowAdditionalSlotText
-
setInvisibleFilter
-
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
-