Overview Schemas Index

APPLICATION_CONTEXT_SCHEMA (jsdai.SApplication_context_schema)


ENTITY product_concept_context
          SUBTYPE OF (application_context_element);
          market_segment_type : label;
END_ENTITY; -- product_concept_context

Entity data types and their attributes

application_context_element
          name: label;
          frame_of_reference: application_context;
product_concept_context
          market_segment_type: label;

Users

application_context_element
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_padi_attribute_classification_item
product_concept_context
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              prjm_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          applied_document_reference.items
                    document_reference_item
                              syss_documented_element_select
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              syss_documented_element_select
          applied_identification_assignment.items
                    identification_item
                              aliasable_item
                                        ap239_padi_aliasable_item
          applied_location_representation_assignment.items
                    location_representation_item
                              prjm_location_representation_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          organization_based_location_representation_with_identification.items
                    location_representation_item
                              prjm_location_representation_item
          partial_document_assignment.items
                    document_reference_item
                              syss_documented_element_select
          product_based_location_identification.items
                    location_representation_item
                              prjm_location_representation_item
          product_concept.market_context
          risk_impact_assignment.items
                    risk_impact_item
                              prgm_risk_impact_item
          risk_probability_assignment.items
                    probable_item
                              prgm_probable_item
          risk_source_assignment.items
                    risk_source_item
                              syse_risk_source_item

Global rules for this entity data type

          -

public interface EProduct_concept_context extends EApplication_context_element

market_segment_type (explicit attribute)

          boolean testMarket_segment_type(EProduct_concept_context type)
          String getMarket_segment_type(EProduct_concept_context type)
          void setMarket_segment_type(EProduct_concept_context type, String value)
          void unsetMarket_segment_type(EProduct_concept_context type)

public class CProduct_concept_context implements EProduct_concept_context

          static EAttribute attributeMarket_segment_type(EProduct_concept_context type)

public class AProduct_concept_context extends AEntity

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