Overview Schemas Index

BASIC_ATTRIBUTE_SCHEMA (jsdai.SBasic_attribute_schema)


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

Entity data types and their attributes

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

Users

object_role
          action_assignment.role
          action_request_assignment.role
          applied_action_request_assignment__scope.role
          applied_activity_assignment.role
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_mri_attribute_classification_item
          applied_effectivity_assignment__actual.role
          applied_effectivity_assignment__planned.role
          applied_effectivity_assignment__required.role
          applied_ineffectivity_assignment__actual.role
          applied_ineffectivity_assignment__planned.role
          applied_ineffectivity_assignment__required.role
          approval_assignment.role
          approval_assignment_armx.role
          approval_date_time.role
          attribute_language_assignment.items
                    attribute_language_item
                              mri_attribute_language_item
                                        dm_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              mri_attribute_language_item
                                        dm_attribute_language_item
          certification_assignment.role
          configuration.role
          contract_assignment.role
          document_reference.role
          effectivity_assignment.role
          external_referent_assignment.role
          group_assignment.role
          language_indication.considered_instance
                    attribute_language_item
                              pdm_attribute_language_item
          language_indication.items
                    attribute_language_item
                              mri_attribute_language_item
                                        dm_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              pdm_multi_language_attribute_item
          name_assignment.role
          position_group_role.role
          role_association.role
          security_classification_assignment.role

Global rules for this entity data type

          dependent_instantiable_object_role (AUTOMOTIVE_DESIGN)
          restrict_applied_action_assignment (AUTOMOTIVE_DESIGN)
          restrict_applied_action_request_assignment (AUTOMOTIVE_DESIGN)
          restrict_applied_organizational_project_assignment (AUTOMOTIVE_DESIGN)

public interface EObject_role extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class CObject_role implements EObject_role

          static EAttribute attributeName(EObject_role type)
          static EAttribute attributeDescription(EObject_role type)

public class AObject_role extends AEntity

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