Overview Index

SDAI_MAPPING_SCHEMA (jsdai.mapping)


ENTITY attribute_mapping_real_value
          SUBTYPE OF (attribute_mapping_value);
          mapped_value : REAL;
END_ENTITY; -- attribute_mapping_real_value

An attribute mapping to specify the mapping for the specific value of attribute.           mapped_value: The value of source attribute for which the mapping is specified.

Entity data types and their attributes

generic_attribute_mapping
          parent_entity: entity_mapping;
          source: attribute;
          (OPT) constraints: constraint_select;
          (OPT) data_type: LIST [1:?] OF named_type;
          strong: BOOLEAN;
attribute_mapping_value
          -
attribute_mapping_real_value
          mapped_value: REAL;

Users

generic_attribute_mapping
attribute_mapping_value
attribute_mapping_real_value

Global rules for this entity data type

          -

public interface EAttribute_mapping_real_value extends EAttribute_mapping_value

mapped_value (explicit attribute)

          boolean testMapped_value(EAttribute_mapping_real_value type)
          double getMapped_value(EAttribute_mapping_real_value type)
          void setMapped_value(EAttribute_mapping_real_value type, double value)
          void unsetMapped_value(EAttribute_mapping_real_value type)

public class CAttribute_mapping_real_value implements EAttribute_mapping_real_value

          static EAttribute attributeMapped_value(EAttribute_mapping_real_value type)

public class AAttribute_mapping_real_value extends AEntity

          public EAttribute_mapping_real_value getByIndex(int index)
          public EAttribute_mapping_real_value getCurrentMember(SdaiIterator it)