ENTITY product_concept_feature; id : identifier; name : label; description : OPTIONAL text; END_ENTITY; -- product_concept_feature |
Entity data types and their attributesproduct_concept_featureid: identifier; name: label; (OPT) description: text; |
conditional_concept_feature (PRODUCT_CONCEPT_SCHEMA) |
package_product_concept_feature (PRODUCT_CLASS_MIM) |
specification (PRODUCT_CLASS_XIM) |
Global rules for this entity data typeproduct_concept_feature_requires_category (AUTOMOTIVE_DESIGN)product_concept_feature_requires_category (PRODUCT_CLASS_MIM) restrict_multi_language_for_product_concept_feature (AUTOMOTIVE_DESIGN) restrict_multi_language_for_product_concept_feature (CATALOG_DATA_INFORMATION_MIM) restrict_version_assignment_for_product_concept_feature (AUTOMOTIVE_DESIGN) restrict_version_assignment_for_product_concept_feature (CATALOG_DATA_INFORMATION_MIM) |
public interface EProduct_concept_feature extends EEntityid (explicit attribute)boolean testId(EProduct_concept_feature type)String getId(EProduct_concept_feature type) void setId(EProduct_concept_feature type, String value) void unsetId(EProduct_concept_feature type) name (explicit attribute)boolean testName(EProduct_concept_feature type)String getName(EProduct_concept_feature type) void setName(EProduct_concept_feature type, String value) void unsetName(EProduct_concept_feature type) description (explicit attribute)boolean testDescription(EProduct_concept_feature type)String getDescription(EProduct_concept_feature type) void setDescription(EProduct_concept_feature type, String value) void unsetDescription(EProduct_concept_feature type) |
public class CProduct_concept_feature implements EProduct_concept_featurestatic EAttribute attributeId(EProduct_concept_feature type)static EAttribute attributeName(EProduct_concept_feature type) static EAttribute attributeDescription(EProduct_concept_feature type) |
public class AProduct_concept_feature extends AEntitypublic EProduct_concept_feature getByIndex(int index)public EProduct_concept_feature getCurrentMember(SdaiIterator it) |