Enum Class SymbolFeatureTypes
- All Implemented Interfaces:
Serializable
,Comparable<SymbolFeatureTypes>
,Constable
Symbol feature types.
-
Enum Constant Summary
Enum ConstantDescriptionBooleanBreak point.Compartment information - hidden elements.FloatInner symbols - such as ownedViews.IntegerReferences to element from model (element id).Symbol properties (distinct from defaults).RectangleStringReferences to symbol (Symbol id). -
Method Summary
-
Enum Constant Details
-
MODEL_ELEMENT_REFERENCE
References to element from model (element id). -
SYMBOL_REFERENCE
References to symbol (Symbol id). -
RECTANGLE
Rectangle -
BREAK_POINT
Break point. -
STRING
String -
BOOLEAN
Boolean -
INT
Integer -
INNER_SYMBOLS
Inner symbols - such as ownedViews. -
COMPARTMENT
Compartment information - hidden elements. -
PROPERTY
Symbol properties (distinct from defaults). -
FLOAT
Float
-