Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY organization_type_assignment;
          ABSTRACT SUPERTYPE;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          assigned_organization_type : organization_type;
          role : organization_type_role;
END_ENTITY; -- organization_type_assignment

Entity data types and their attributes

organization_type_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          assigned_organization_type: organization_type;
          role: organization_type_role;

Known subtypes

          applied_organization_type_assignment (ORGANIZATION_TYPE_MIM)

Users

organization_type_assignment

Global rules for this entity data type

          -

public interface EOrganization_type_assignment extends EEntity

id (explicit attribute)

          boolean testId(EOrganization_type_assignment type)
          String getId(EOrganization_type_assignment type)
          void setId(EOrganization_type_assignment type, String value)
          void unsetId(EOrganization_type_assignment type)

name (explicit attribute)

          boolean testName(EOrganization_type_assignment type)
          String getName(EOrganization_type_assignment type)
          void setName(EOrganization_type_assignment type, String value)
          void unsetName(EOrganization_type_assignment type)

description (explicit attribute)

          boolean testDescription(EOrganization_type_assignment type)
          String getDescription(EOrganization_type_assignment type)
          void setDescription(EOrganization_type_assignment type, String value)
          void unsetDescription(EOrganization_type_assignment type)

assigned_organization_type (explicit attribute)

          boolean testAssigned_organization_type(EOrganization_type_assignment type)
          EOrganization_type getAssigned_organization_type(EOrganization_type_assignment type)
          void setAssigned_organization_type(EOrganization_type_assignment type, EOrganization_type value)
          void unsetAssigned_organization_type(EOrganization_type_assignment type)

role (explicit attribute)

          boolean testRole(EOrganization_type_assignment type)
          EOrganization_type_role getRole(EOrganization_type_assignment type)
          void setRole(EOrganization_type_assignment type, EOrganization_type_role value)
          void unsetRole(EOrganization_type_assignment type)

public class COrganization_type_assignment implements EOrganization_type_assignment

          static EAttribute attributeId(EOrganization_type_assignment type)
          static EAttribute attributeName(EOrganization_type_assignment type)
          static EAttribute attributeDescription(EOrganization_type_assignment type)
          static EAttribute attributeAssigned_organization_type(EOrganization_type_assignment type)
          static int usedinAssigned_organization_type(EOrganization_type_assignment type, EOrganization_type instance, ASdaiModel domain, AOrganization_type_assignment result)
          static EAttribute attributeRole(EOrganization_type_assignment type)
          static int usedinRole(EOrganization_type_assignment type, EOrganization_type_role instance, ASdaiModel domain, AOrganization_type_assignment result)

public class AOrganization_type_assignment extends AEntity

          public EOrganization_type_assignment getByIndex(int index)
          public EOrganization_type_assignment getCurrentMember(SdaiIterator it)