Enum Class SymbolFeatureTypes
- All Implemented Interfaces:
Serializable
,Comparable<SymbolFeatureTypes>
,Constable
Symbol feature types.
-
Enum Constant Summary
Enum ConstantsEnum 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
Modifier and TypeMethodDescriptiongetClazz()
Get type if feature.static SymbolFeatureTypes
Returns the enum constant of this class with the specified name.static SymbolFeatureTypes[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
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
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getClazz
Get type if feature.- Returns:
- type.
-