Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY organizational_project_role;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- organizational_project_role

Entity data types and their attributes

organizational_project_role
          name: label;
          (OPT) description: text;

Users

organizational_project_role
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_mri_attribute_classification_item
          attribute_language_assignment.items
                    attribute_language_item
                              mri_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              mri_attribute_language_item
          language_indication.considered_instance
                    attribute_language_item
                              mri_attribute_language_item
          language_indication.items
                    attribute_language_item
                              mri_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              mri_multi_language_attribute_item
          organizational_project_assignment.role
          project_assignment.role

Global rules for this entity data type

          dependent_instantiable_organizational_project_role (AUTOMOTIVE_DESIGN)

public interface EOrganizational_project_role extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class COrganizational_project_role implements EOrganizational_project_role

          static EAttribute attributeName(EOrganizational_project_role type)
          static EAttribute attributeDescription(EOrganizational_project_role type)

public class AOrganizational_project_role extends AEntity

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