Overview Schemas Index

PRODUCT_CONCEPT_SCHEMA (jsdai.SProduct_concept_schema)


ENTITY product_concept_feature_association;
          name : label;
          description : OPTIONAL text;
          concept : product_concept;
          feature : product_concept_feature;
END_ENTITY; -- product_concept_feature_association

Entity data types and their attributes

product_concept_feature_association
          name: label;
          (OPT) description: text;
          concept: product_concept;
          feature: product_concept_feature;

Known subtypes

          class_condition_association (PRODUCT_CLASS_XIM)
          class_inclusion_association (PRODUCT_CLASS_XIM)
          class_specification_association (PRODUCT_CLASS_XIM)

Users

product_concept_feature_association
          applied_action_request_assignment.items
                    action_request_item
                              automotive_design_action_request_item
          applied_approval_assignment.items
                    approval_item
                              automotive_design_approval_item
          applied_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  automotive_design_person_and_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              date_and_time_item_236cc1
          applied_date_assignment.items
                    date_item
                              automotive_design_date_item
          applied_effectivity_assignment.items
                    effectivity_item
                              automotive_design_effectivity_item
          applied_event_occurrence_assignment.items
                    event_occurrence_item
                              event_occurrence_item_236cc1
          applied_ineffectivity_assignment.items
                    effectivity_item
                              automotive_design_effectivity_item
          applied_organization_assignment.items
                    organization_item
                              organization_item_236cc1
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              person_and_organization_item_236cc1
          applied_time_interval_assignment.items
                    time_interval_item
                              automotive_design_time_interval_item
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          configurable_item.item_concept_feature
          configured_effectivity_context_assignment.items
                    configured_effectivity_context_item
          language_indication.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              attribute_language_item_236cc1
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_236cc1
          person_in_organization_relationship.items
                    person_and_organization_item
                              automotive_design_person_and_organization_item

Global rules for this entity data type

          restrict_multi_language_for_product_concept_feature_association (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_product_concept_feature_association (CATALOG_DATA_INFORMATION_MIM)

public interface EProduct_concept_feature_association extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

concept (explicit attribute)

          boolean testConcept(EProduct_concept_feature_association type)
          EProduct_concept getConcept(EProduct_concept_feature_association type)
          void setConcept(EProduct_concept_feature_association type, EProduct_concept value)
          void unsetConcept(EProduct_concept_feature_association type)

feature (explicit attribute)

          boolean testFeature(EProduct_concept_feature_association type)
          EProduct_concept_feature getFeature(EProduct_concept_feature_association type)
          void setFeature(EProduct_concept_feature_association type, EProduct_concept_feature value)
          void unsetFeature(EProduct_concept_feature_association type)

public class CProduct_concept_feature_association implements EProduct_concept_feature_association

          static EAttribute attributeName(EProduct_concept_feature_association type)
          static EAttribute attributeDescription(EProduct_concept_feature_association type)
          static EAttribute attributeConcept(EProduct_concept_feature_association type)
          static int usedinConcept(EProduct_concept_feature_association type, EProduct_concept instance, ASdaiModel domain, AProduct_concept_feature_association result)
          static EAttribute attributeFeature(EProduct_concept_feature_association type)
          static int usedinFeature(EProduct_concept_feature_association type, EProduct_concept_feature instance, ASdaiModel domain, AProduct_concept_feature_association result)

public class AProduct_concept_feature_association extends AEntity

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