Package com.nomagic.magicdraw.uml.text
Class PropertyTextParams
java.lang.Object
com.nomagic.magicdraw.uml.text.MemberTextParams
com.nomagic.magicdraw.uml.text.PropertyTextParams
Configuration for creating Property element text with
ModelTextCreator
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
setInvisibleFilter
(Predicate<Element> invisibleFilter) Set filter to accept elements represented in the text (like stereotypes, constraints, tagged values).setPureText
(boolean pureText) setShowAdditionalSlotText
(boolean showAdditionalSlotText) setShowConstraintName
(boolean showConstraintName) setShowConstraintSpecification
(boolean showConstraintSpecification) setShowDerived
(boolean showDerived) setShowFullType
(boolean showFullType) setShowInheritedSign
(boolean showInheritedSign) setShowInitValue
(boolean showInitValue) setShowMultiplicity
(boolean showMultiplicity) setShowName
(boolean showName) setShowProperties
(boolean showProperties) setShowStereotype
(boolean showStereotype) setShowTaggedValues
(boolean showTaggedValues) setShowType
(boolean showType) setShowTypeNameIfNameEmpty
(boolean showTypeName) setShowTypeTaggedValues
(boolean showTypeTaggedValues) setShowVisibility
(boolean showVisibility) Methods inherited from class com.nomagic.magicdraw.uml.text.MemberTextParams
getInvisibleFilter, isShowAdditionalSlotText, isShowConstraintName, isShowConstraintSpecification, isShowInheritedSign, isShowName, isShowProperties, isShowStereotype, isShowTaggedValues, isShowVisibility
-
Constructor Details
-
PropertyTextParams
public PropertyTextParams()
-
-
Method Details
-
setShowName
- Overrides:
setShowName
in classMemberTextParams
-
setShowVisibility
- Overrides:
setShowVisibility
in classMemberTextParams
-
setShowStereotype
- Overrides:
setShowStereotype
in classMemberTextParams
-
setShowProperties
- Overrides:
setShowProperties
in classMemberTextParams
-
setShowTaggedValues
- Overrides:
setShowTaggedValues
in classMemberTextParams
-
setShowConstraintName
- Overrides:
setShowConstraintName
in classMemberTextParams
-
setShowConstraintSpecification
- Overrides:
setShowConstraintSpecification
in classMemberTextParams
-
setShowInheritedSign
- Overrides:
setShowInheritedSign
in classMemberTextParams
-
setShowAdditionalSlotText
- Overrides:
setShowAdditionalSlotText
in classMemberTextParams
-
setInvisibleFilter
Set filter to accept elements represented in the text (like stereotypes, constraints, tagged values). By default all elements are accepted- Overrides:
setInvisibleFilter
in classMemberTextParams
- Parameters:
invisibleFilter
- filter- Returns:
- filter for elements represented in the text
-
setPureText
-
setShowType
-
setShowDerived
-
setShowFullType
-
setShowInitValue
-
setShowTypeTaggedValues
-
setShowMultiplicity
-
setShowTypeNameIfNameEmpty
-
isShowType
public boolean isShowType() -
isShowDerived
public boolean isShowDerived() -
isShowFullType
public boolean isShowFullType() -
isShowInitValue
public boolean isShowInitValue() -
isShowMultiplicity
public boolean isShowMultiplicity() -
isShowTypeNameIfEmptyName
public boolean isShowTypeNameIfEmptyName() -
isShowTypeTaggedValues
public boolean isShowTypeTaggedValues() -
isPureText
public boolean isPureText()
-