Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY experience_type_role;
          id : identifier;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- experience_type_role

Entity data types and their attributes

experience_type_role
          id: identifier;
          name: label;
          (OPT) description: text;

Users

experience_type_role
          experience_type_assignment.role

Global rules for this entity data type

          -

public interface EExperience_type_role extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

public class CExperience_type_role implements EExperience_type_role

          static EAttribute attributeId(EExperience_type_role type)
          static EAttribute attributeName(EExperience_type_role type)
          static EAttribute attributeDescription(EExperience_type_role type)

public class AExperience_type_role extends AEntity

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