Overview Schemas Index

LOCATION_XIM (jsdai.SLocation_xim)


TYPE location_representation = SELECT (
          address,
          global_location_representation,
          organization_based_location_representation_with_identification,
          product_based_location_identification,
          regional_grid_location_representation);
END_TYPE; -- location_representation

Users

          location_armx.alternative_location_representations

public class ALocation_representation extends AEntitySelect implements Aggregate

          case 1:
              boolean isMember(EEntity value)
              EEntity getByIndex(int index)
              EEntity getCurrentMember(SdaiIterator iter)
              void setByIndex(int index, EEntity value)
              void setCurrentMember(SdaiIterator iter, EEntity value)
              void addBefore(SdaiIterator iter, EEntity value)
              void addAfter(SdaiIterator iter, EEntity value)
              void addUnordered(EEntity value)
              void addByIndex(int index, EEntity value)
              void removeUnordered(EEntity value)