Package com.nomagic.magicdraw.uml.text
Class TypedElementTextParams
- java.lang.Object
 - 
- com.nomagic.magicdraw.uml.text.TypedElementTextParams
 
 
- 
@OpenApiAll public class TypedElementTextParams extends java.lang.ObjectConfiguration for creating TypeElement text withModelTextCreator. 
- 
- 
Constructor Summary
Constructors Constructor Description TypedElementTextParams() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisShowFullType()booleanisShowMultiplicity()booleanisShowName()booleanisShowType()TypedElementTextParamssetShowFullType(boolean showFullType)TypedElementTextParamssetShowMultiplicity(boolean showMultiplicity)TypedElementTextParamssetShowName(boolean showName)TypedElementTextParamssetShowType(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()
 
 - 
 
 -