Enum Class SymbolFeatureTypes

java.lang.Object
java.lang.Enum<SymbolFeatureTypes>
com.nomagic.magicdraw.uml.symbols.reflect.SymbolFeatureTypes
All Implemented Interfaces:
Serializable, Comparable<SymbolFeatureTypes>, Constable

@OpenApi public enum SymbolFeatureTypes extends Enum<SymbolFeatureTypes>
Symbol feature types.
  • Enum Constant Details

    • MODEL_ELEMENT_REFERENCE

      @OpenApi public static final SymbolFeatureTypes MODEL_ELEMENT_REFERENCE
      References to element from model (element id).
    • SYMBOL_REFERENCE

      @OpenApi public static final SymbolFeatureTypes SYMBOL_REFERENCE
      References to symbol (Symbol id).
    • RECTANGLE

      @OpenApi public static final SymbolFeatureTypes RECTANGLE
      Rectangle
    • BREAK_POINT

      @OpenApi public static final SymbolFeatureTypes BREAK_POINT
      Break point.
    • STRING

      @OpenApi public static final SymbolFeatureTypes STRING
      String
    • BOOLEAN

      @OpenApi public static final SymbolFeatureTypes BOOLEAN
      Boolean
    • INT

      @OpenApi public static final SymbolFeatureTypes INT
      Integer
    • INNER_SYMBOLS

      @OpenApi public static final SymbolFeatureTypes INNER_SYMBOLS
      Inner symbols - such as ownedViews.
    • COMPARTMENT

      @OpenApi public static final SymbolFeatureTypes COMPARTMENT
      Compartment information - hidden elements.
    • PROPERTY

      @OpenApi public static final SymbolFeatureTypes PROPERTY
      Symbol properties (distinct from defaults).
    • FLOAT

      @OpenApi public static final SymbolFeatureTypes FLOAT
      Float
  • Method Details

    • values

      public static SymbolFeatureTypes[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SymbolFeatureTypes valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getClazz

      public Class getClazz()
      Get type if feature.
      Returns:
      type.