Datatypes::ArrayDatatype

Header Image
Content:
ArrayDatatype : Public Class Datatypes
Specification of an array of the typing EADatatype. All elements of the ArrayDatatype have the same datatype.<br/><br/>Semantics:<br/>ArrayDatatype is a datatype for an array of datatypes of the same type.<br/><br/>Notation:<br/>The datatype ArrayDatatype is denoted using the rectangle symbol with keyword «Datatype ArrayDatatype».<br/>
  • Attributes
  • Associations
  • Advanced
  • Other Links
Attribute Scope Type
maxLength Public Integer
Notes: The maximum number of values in this array. Unbounded if not provided.<br/>
minLength Public Integer
Notes: The minimum number of values in this array.<br/>
Element Source Role Target Role
«atpType» EADatatype
Class  
Name:  
 
Name: elementType
The type of all elements in this array.
Details:
 
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
«atpType» EADatatype Class Generalization To