|
ENTITY camera_usage SUBTYPE OF (representation_map); SELF\representation_map.mapping_origin : camera_model; WHERE wr1: NOT ( 'presentation_organization_schema.presentation_representation' IN TYPEOF ( SELF \ representation_map . mapped_representation ) ) ; END_ENTITY; -- camera_usage |
Entity data types and their attributesrepresentation_mapmapping_origin: representation_item; mapped_representation: representation; (INV) map_usage: SET [1:?] OF mapped_item FOR mapping_source; camera_usage (RT) mapping_origin: camera_model; |
Global rules for this entity data type- |
public interface ECamera_usage extends ERepresentation_map |
public class CCamera_usage implements ECamera_usage |
public class ACamera_usage extends AEntitypublic ECamera_usage getByIndex(int index)public ECamera_usage getCurrentMember(SdaiIterator it) |