Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


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

Entity data types and their attributes

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

Users

experience_role
          experience_assignment.role
          experience_gained.role

Global rules for this entity data type

          -

public interface EExperience_role extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

public class CExperience_role implements EExperience_role

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

public class AExperience_role extends AEntity

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