ENTITY listed_string_data SUBTYPE OF (explicit_table_function, generic_literal); values : LIST [1:?] OF STRING; DERIVE SELF\explicit_table_function.shape : LIST [1:?] OF positive_integer := [SIZEOF (values)]; END_ENTITY; -- listed_string_data |
Entity data types and their attributesgeneric_expression- maths_function (DER) domain: tuple_space; (DER) range: tuple_space; explicit_table_function index_base: zero_or_one; shape: LIST [1:?] OF positive_integer; simple_generic_expression - generic_literal - listed_string_data values: LIST [1:?] OF STRING; (RT) (DER) shape: LIST [1:?] OF positive_integer; |
Global rules for this entity data type- |
public interface EListed_string_data extends EExplicit_table_function, EGeneric_literalvalues (explicit attribute)boolean testValues(EListed_string_data type)A_String getValues(EListed_string_data type) A_String createValues(EListed_string_data type) void unsetValues(EListed_string_data type) |
public class CListed_string_data implements EListed_string_datastatic EAttribute attributeValues(EListed_string_data type)static EAttribute attributeShape(EListed_string_data type) |
public class AListed_string_data extends AEntitypublic EListed_string_data getByIndex(int index)public EListed_string_data getCurrentMember(SdaiIterator it) |