Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


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

Entity data types and their attributes

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

Users

attribute_value_role
          attribute_translation_assignment.role
          attribute_value_assignment.role

Global rules for this entity data type

          dependent_instantiable_attribute_value_role (AUTOMOTIVE_DESIGN)

public interface EAttribute_value_role extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class CAttribute_value_role implements EAttribute_value_role

          static EAttribute attributeName(EAttribute_value_role type)
          static EAttribute attributeDescription(EAttribute_value_role type)

public class AAttribute_value_role extends AEntity

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