Overview Schemas Index

POSITION_IN_ORGANIZATION_MIM (jsdai.SPosition_in_organization_mim)


TYPE project_group_name_item = EXTENSIBLE GENERIC_ENTITY SELECT (
          applied_position_in_organization_group_assignment);
END_TYPE; -- project_group_name_item

Extensions

          -

Users

          applied_project_group_name_assignment.items

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