Overview Schemas Index

ORGANIZATION_TYPE_MIM (jsdai.SOrganization_type_mim)


TYPE organization_type_item = EXTENSIBLE GENERIC_ENTITY SELECT (
          organization);
END_TYPE; -- organization_type_item

Extensions

          -

Users

          applied_organization_type_assignment.items

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