Class RepTextContext

java.lang.Object
com.nomagic.magicdraw.uml.text.RepTextContext

@OpenApiAll public class RepTextContext extends Object
Context for building elements representation text.
  • Constructor Details

    • RepTextContext

      public RepTextContext()
  • Method Details

    • setProperty

      public void setProperty(String property, Object value)
    • removeProperty

      public void removeProperty(String property)
    • getProperty

      @CheckForNull public <T> T getProperty(String property)