Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY experience_type_assignment;
          ABSTRACT SUPERTYPE;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          assigned_experience_type : experience_type;
          role : experience_type_role;
END_ENTITY; -- experience_type_assignment

Entity data types and their attributes

experience_type_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          assigned_experience_type: experience_type;
          role: experience_type_role;

Known subtypes

          applied_experience_type_assignment (EXPERIENCE_MIM)

Users

experience_type_assignment

Global rules for this entity data type

          -

public interface EExperience_type_assignment extends EEntity

id (explicit attribute)

          boolean testId(EExperience_type_assignment type)
          String getId(EExperience_type_assignment type)
          void setId(EExperience_type_assignment type, String value)
          void unsetId(EExperience_type_assignment type)

name (explicit attribute)

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

description (explicit attribute)

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

assigned_experience_type (explicit attribute)

          boolean testAssigned_experience_type(EExperience_type_assignment type)
          EExperience_type getAssigned_experience_type(EExperience_type_assignment type)
          void setAssigned_experience_type(EExperience_type_assignment type, EExperience_type value)
          void unsetAssigned_experience_type(EExperience_type_assignment type)

role (explicit attribute)

          boolean testRole(EExperience_type_assignment type)
          EExperience_type_role getRole(EExperience_type_assignment type)
          void setRole(EExperience_type_assignment type, EExperience_type_role value)
          void unsetRole(EExperience_type_assignment type)

public class CExperience_type_assignment implements EExperience_type_assignment

          static EAttribute attributeId(EExperience_type_assignment type)
          static EAttribute attributeName(EExperience_type_assignment type)
          static EAttribute attributeDescription(EExperience_type_assignment type)
          static EAttribute attributeAssigned_experience_type(EExperience_type_assignment type)
          static int usedinAssigned_experience_type(EExperience_type_assignment type, EExperience_type instance, ASdaiModel domain, AExperience_type_assignment result)
          static EAttribute attributeRole(EExperience_type_assignment type)
          static int usedinRole(EExperience_type_assignment type, EExperience_type_role instance, ASdaiModel domain, AExperience_type_assignment result)

public class AExperience_type_assignment extends AEntity

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