Overview Schemas Index

PROCESS_PROPERTY_REPRESENTATION_SCHEMA (jsdai.SProcess_property_representation_schema)


ENTITY resource_property_representation;
          name : label;
          description : text;
          property : resource_property;
          representation : representation;
END_ENTITY; -- resource_property_representation

Entity data types and their attributes

resource_property_representation
          name: label;
          description: text;
          property: resource_property;
          representation: representation;

Users

resource_property_representation
          applied_action_assignment.items
                    action_items
                              condition_evaluation_action_items
                                        ar_condition_evaluation_action_items
          applied_action_method_assignment.items
                    action_method_items
                              fbb_action_method_items
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              tsr_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          applied_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  ss_person_and_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              ss_date_and_time_item
          applied_date_assignment.items
                    date_item
                              ss_date_item
          applied_document_reference.items
                    document_reference_item
                              sysm_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_effectivity_assignment.items
                    effectivity_item
                              sysm_effectivity_item
          applied_ineffectivity_assignment.items
                    effectivity_item
                              prjm_effectivity_item
          applied_organization_assignment.items
                    organization_item
                              ss_organization_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              ss_person_and_organization_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          partial_document_assignment.items
                    document_reference_item
                              sysm_document_reference_item
          person_in_organization_relationship.items
                    person_and_organization_item
                              sysm_person_and_organization_item

Global rules for this entity data type

          -

public interface EResource_property_representation extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

property (explicit attribute)

          boolean testProperty(EResource_property_representation type)
          EResource_property getProperty(EResource_property_representation type)
          void setProperty(EResource_property_representation type, EResource_property value)
          void unsetProperty(EResource_property_representation type)

representation (explicit attribute)

          boolean testRepresentation(EResource_property_representation type)
          ERepresentation getRepresentation(EResource_property_representation type)
          void setRepresentation(EResource_property_representation type, ERepresentation value)
          void unsetRepresentation(EResource_property_representation type)

public class CResource_property_representation implements EResource_property_representation

          static EAttribute attributeName(EResource_property_representation type)
          static EAttribute attributeDescription(EResource_property_representation type)
          static EAttribute attributeProperty(EResource_property_representation type)
          static int usedinProperty(EResource_property_representation type, EResource_property instance, ASdaiModel domain, AResource_property_representation result)
          static EAttribute attributeRepresentation(EResource_property_representation type)
          static int usedinRepresentation(EResource_property_representation type, ERepresentation instance, ASdaiModel domain, AResource_property_representation result)

public class AResource_property_representation extends AEntity

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