Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


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

Entity data types and their attributes

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

Users

classification_role
          attribute_classification_assignment.role
          classification_assignment.role
          classification_association.role
          classification_association__class_system_membership.role
          language_indication.role

Global rules for this entity data type

          dependent_instantiable_classification_role (AUTOMOTIVE_DESIGN)

public interface EClassification_role extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class CClassification_role implements EClassification_role

          static EAttribute attributeName(EClassification_role type)
          static EAttribute attributeDescription(EClassification_role type)

public class AClassification_role extends AEntity

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