CustomProperty

Note: There is a newer version of this specification see VEC 2.1.0

Abstract base class for custom properties. Basically, a custom property is key / value pair. The key (propertyType) defines the meaning of the value. A custom property can either be a simple value (string), a numerical value or a value range.

General Information

AttributeValue
Ownercustom_properties
Applied Stereotype
Base Classifier
Is Abstracttrue
Derived ClassifiersBooleanValueProperty, ComplexProperty, DateValueProperty, DoubleValueProperty, IntegerValueProperty, LocalizedStringProperty, NumericalValueProperty, SimpleValueProperty, ValueRangeProperty

Attributes

NameTypeMult.DescriptionOwning Classifier
propertyTypeString1CustomProperty

Incoming Relations

TypeMult.RoleMult.Description
ComplexProperty1customProperty0..*

The customProperties that represent the individual values of the complex property.

ExtendableElement1customProperty0..*Specifies the CustomProperties of the ExtendableElement.
Previous