Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


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

Entity data types and their attributes

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

Users

document_usage_role
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_dm_attribute_classification_item
          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
          document_usage_constraint_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
          partial_document_assignment.role

Global rules for this entity data type

          dependent_instantiable_document_usage_role (AUTOMOTIVE_DESIGN)
          dependent_instantiable_document_usage_role (CATALOG_DATA_INFORMATION_MIM)

public interface EDocument_usage_role extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class CDocument_usage_role implements EDocument_usage_role

          static EAttribute attributeName(EDocument_usage_role type)
          static EAttribute attributeDescription(EDocument_usage_role type)

public class ADocument_usage_role extends AEntity

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