Package com.nomagic.magicdraw.uml.text
Class TypedElementTextParams
java.lang.Object
com.nomagic.magicdraw.uml.text.TypedElementTextParams
Configuration for creating TypeElement text with
ModelTextCreator.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleansetShowFullType(boolean showFullType) setShowMultiplicity(boolean showMultiplicity) setShowName(boolean showName) setShowType(boolean showType)
-
Constructor Details
-
TypedElementTextParams
public TypedElementTextParams()
-
-
Method Details
-
setShowName
-
setShowType
-
setShowFullType
-
setShowMultiplicity
-
isShowName
public boolean isShowName() -
isShowType
public boolean isShowType() -
isShowFullType
public boolean isShowFullType() -
isShowMultiplicity
public boolean isShowMultiplicity()
-