|
ENTITY simple_type ABSTRACT SUPERTYPE OF (ONEOF (integer_type, number_type, real_type, boolean_type, logical_type, binary_type, string_type)) SUBTYPE OF (data_type); END_ENTITY; -- simple_type |
Entity data types and their attributesdata_typename: express_id; simple_type - |
| binary_type (SDAI_DICTIONARY_SCHEMA) |
| boolean_type (SDAI_DICTIONARY_SCHEMA) |
| integer_type (SDAI_DICTIONARY_SCHEMA) |
| logical_type (SDAI_DICTIONARY_SCHEMA) |
| number_type (SDAI_DICTIONARY_SCHEMA) |
| real_type (SDAI_DICTIONARY_SCHEMA) |
| string_type (SDAI_DICTIONARY_SCHEMA) |
Global rules for this entity data type- |
public interface ESimple_type extends EData_type |
public class CSimple_type implements ESimple_type |
public class ASimple_type extends AEntitypublic ESimple_type getByIndex(int index)public ESimple_type getCurrentMember(SdaiIterator it) |