Overview Schemas Index

PICTURE_REPRESENTATION_MIM (jsdai.SPicture_representation_mim)


TYPE picture_representation_item_select = SELECT (
          styled_item,
          picture_representation_item,
          planar_box,
          axis2_placement_2d);
END_TYPE; -- picture_representation_item_select

Users

          picture_representation.items

public class APicture_representation_item_select 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)