Package com.nomagic.magicdraw.uml.text
Class TypedElementTextParams
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.TypedElementTextParams
-
@OpenApiAll public class TypedElementTextParams extends java.lang.Object
Configuration for creating TypeElement text withModelTextCreator
.
-
-
Constructor Summary
Constructors Constructor Description TypedElementTextParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isShowFullType()
boolean
isShowMultiplicity()
boolean
isShowName()
boolean
isShowType()
TypedElementTextParams
setShowFullType(boolean showFullType)
TypedElementTextParams
setShowMultiplicity(boolean showMultiplicity)
TypedElementTextParams
setShowName(boolean showName)
TypedElementTextParams
setShowType(boolean showType)
-
-
-
Method Detail
-
setShowName
public TypedElementTextParams setShowName(boolean showName)
-
setShowType
public TypedElementTextParams setShowType(boolean showType)
-
setShowFullType
public TypedElementTextParams setShowFullType(boolean showFullType)
-
setShowMultiplicity
public TypedElementTextParams setShowMultiplicity(boolean showMultiplicity)
-
isShowName
public boolean isShowName()
-
isShowType
public boolean isShowType()
-
isShowFullType
public boolean isShowFullType()
-
isShowMultiplicity
public boolean isShowMultiplicity()
-
-