Package com.nomagic.magicdraw.uml.text
Class RepTextContext
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.RepTextContext
-
@OpenApiAll public class RepTextContext extends java.lang.Object
Context for building elements representation text.
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.Object>
properties
-
Constructor Summary
Constructors Constructor Description RepTextContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
getProperty(java.lang.String property)
void
removeProperty(java.lang.String property)
void
setProperty(java.lang.String property, java.lang.Object value)
-