|
EDCS Reference Manual
Types EDCS_Abstract_Value_Type |
|---|
/* * REGISTERABLE ENUM: EDCS_Abstract_Value_Type * * This data type specifies the types (given in the abstract specification) * that are possible for an EA's value type. */ typedef EDCS_Short_Integer EDCS_Abstract_Value_Type;
| Enumerant | Definition | Value |
|---|---|---|
| EDCS_ABSTRACT_VAL_TYP_COUNT | The EA defines a count. |
1 |
| EDCS_ABSTRACT_VAL_TYP_ENUMERATION | The EA is bound to a set of EEs. |
2 |
| EDCS_ABSTRACT_VAL_TYP_INDEX | The EA defines an index. |
3 |
| EDCS_ABSTRACT_VAL_TYP_INTEGER | The EA defines an integer quantity. |
4 |
| EDCS_ABSTRACT_VAL_TYP_CONSTRAINED_STRING | The EA defines a constrained string value. |
5 |
| EDCS_ABSTRACT_VAL_TYP_LOGICAL | The EA defines a logical value. |
6 |
| EDCS_ABSTRACT_VAL_TYP_NULL | The EA does not have a value. |
7 |
| EDCS_ABSTRACT_VAL_TYP_REAL | The EA defines a real-valued quantity. |
8 |
| EDCS_ABSTRACT_VAL_TYP_STRING | The EA defines a string value. |
9 |
| EDCS_ABSTRACT_VAL_TYP_KEY | The EA defines a string value that serves as a key. |
10 |
|