| model1 UML Documentation |
| Summary:AttributesPropertiesComments | Detail:Attributes |
An Attribute defines a StructuralFeature which contains values for Classifiers or their instances.
| Attributes | ||
| Primitive Type boolean |
A derived attribute is one whose values are not part of the state of the object instance, but whose values can be determined or computed. In a sense, all attributes are derived, since it is up to the class's implementation to hold or calculate the values. However, by convention, isDerived indicates that the derived state is based on other information in the model. Modification of the derived Attribute causes the information upon which the Attribute is derived to be updated. |
|
| Primitive Type integer | ||
Properties:
| Alias | |
| Classifier Behavior | |
| Collections | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | Attribute |
| Name Expression | |
| Owned Template Signature | |
| Owner | Package model1 |
| Owning Parameter | |
| Package | Package model1 |
| Packageable Element visibility | public |
| Qualified Name | model1::model1::Attribute |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | public |
| Attribute Details |
public Primitive Type boolean isDerived
A derived attribute is one whose values are not part of the state of the object instance, but whose values can be determined or computed. In a sense, all attributes are derived, since it is up to the class's implementation to hold or calculate the values. However, by convention, isDerived indicates that the derived state is based on other information in the model. Modification of the derived Attribute causes the information upon which the Attribute is derived to be updated.
| Aggregation | none |
| Alias | |
| Association | |
| Association End | |
| Class | Class Attribute |
| Collections | |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | isDerived |
| Name Expression | |
| Opposite | |
| Owned Template Signature | |
| Owner | Class Attribute |
| Owning Association | |
| Owning Parameter | |
| Qualified Name | model1::model1::Attribute::isDerived |
| Stereotype | |
| Template Parameter | |
| Type | Primitive Type boolean |
| Upper | 1 |
| Upper Value | |
| Visibility | public |
public Primitive Type integer maxLength
| Aggregation | none |
| Alias | |
| Association | |
| Association End | |
| Class | Class Attribute |
| Collections | |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | maxLength |
| Name Expression | |
| Opposite | |
| Owned Template Signature | |
| Owner | Class Attribute |
| Owning Association | |
| Owning Parameter | |
| Qualified Name | model1::model1::Attribute::maxLength |
| Stereotype | |
| Template Parameter | |
| Type | Primitive Type integer |
| Upper | 1 |
| Upper Value | |
| Visibility | public |
| Comments |
| model1 UML Documentation |
| Summary:AttributesPropertiesComments | Detail:Attributes |