Overview Schemas Index

EXPERIENCE_SCHEMA (jsdai.SExperience_schema)


ENTITY experience_type_relationship;
          id : identifier;
          name : label;
          description : OPTIONAL text;
          relating_experience_type : experience_type;
          related_experience_type : experience_type;
END_ENTITY; -- experience_type_relationship

Entity data types and their attributes

experience_type_relationship
          id: identifier;
          name: label;
          (OPT) description: text;
          relating_experience_type: experience_type;
          related_experience_type: experience_type;

Users

experience_type_relationship
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item

Global rules for this entity data type

          -

public interface EExperience_type_relationship extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

relating_experience_type (explicit attribute)

          boolean testRelating_experience_type(EExperience_type_relationship type)
          EExperience_type getRelating_experience_type(EExperience_type_relationship type)
          void setRelating_experience_type(EExperience_type_relationship type, EExperience_type value)
          void unsetRelating_experience_type(EExperience_type_relationship type)

related_experience_type (explicit attribute)

          boolean testRelated_experience_type(EExperience_type_relationship type)
          EExperience_type getRelated_experience_type(EExperience_type_relationship type)
          void setRelated_experience_type(EExperience_type_relationship type, EExperience_type value)
          void unsetRelated_experience_type(EExperience_type_relationship type)

public class CExperience_type_relationship implements EExperience_type_relationship

          static EAttribute attributeId(EExperience_type_relationship type)
          static EAttribute attributeName(EExperience_type_relationship type)
          static EAttribute attributeDescription(EExperience_type_relationship type)
          static EAttribute attributeRelating_experience_type(EExperience_type_relationship type)
          static int usedinRelating_experience_type(EExperience_type_relationship type, EExperience_type instance, ASdaiModel domain, AExperience_type_relationship result)
          static EAttribute attributeRelated_experience_type(EExperience_type_relationship type)
          static int usedinRelated_experience_type(EExperience_type_relationship type, EExperience_type instance, ASdaiModel domain, AExperience_type_relationship result)

public class AExperience_type_relationship extends AEntity

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