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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleansetInvisibleFilter(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:
setShowNamein classMemberTextParams
-
setShowVisibility
- Overrides:
setShowVisibilityin classMemberTextParams
-
setShowStereotype
- Overrides:
setShowStereotypein classMemberTextParams
-
setShowProperties
- Overrides:
setShowPropertiesin classMemberTextParams
-
setShowTaggedValues
- Overrides:
setShowTaggedValuesin classMemberTextParams
-
setShowConstraintName
- Overrides:
setShowConstraintNamein classMemberTextParams
-
setShowConstraintSpecification
- Overrides:
setShowConstraintSpecificationin classMemberTextParams
-
setShowInheritedSign
- Overrides:
setShowInheritedSignin classMemberTextParams
-
setShowAdditionalSlotText
- Overrides:
setShowAdditionalSlotTextin classMemberTextParams
-
setInvisibleFilter
Set filter to accept elements represented in the text (like stereotypes, constraints, tagged values). By default all elements are accepted- Overrides:
setInvisibleFilterin 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()
-