All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.finos.legend.pure.generated.Root_meta_external_store_service_tests_domain_Product Maven / Gradle / Ivy

The newest version!
package org.finos.legend.pure.generated;
import org.eclipse.collections.api.RichIterable;
import org.finos.legend.pure.m4.coreinstance.CoreInstance;
import org.finos.legend.pure.runtime.java.compiled.generation.processors.support.function.*;
import org.finos.legend.pure.runtime.java.compiled.execution.*;
import org.finos.legend.pure.runtime.java.compiled.execution.sourceInformation.*;
import org.finos.legend.pure.m3.execution.ExecutionSupport;
public interface Root_meta_external_store_service_tests_domain_Product extends CoreInstance, org.finos.legend.pure.m3.coreinstance.meta.pure.metamodel.type.Any
{
    Root_meta_external_store_service_tests_domain_Product _validate(boolean goDeep, org.finos.legend.pure.m4.coreinstance.SourceInformation sourceInformation, final ExecutionSupport es);    Root_meta_external_store_service_tests_domain_Product _elementOverride(org.finos.legend.pure.m3.coreinstance.meta.pure.metamodel.type.ElementOverride val);
    Root_meta_external_store_service_tests_domain_Product _elementOverride(RichIterable val);
    Root_meta_external_store_service_tests_domain_Product _elementOverrideRemove();
    Root_meta_external_store_service_tests_domain_Product _description(java.lang.String val);
    Root_meta_external_store_service_tests_domain_Product _description(RichIterable val);
    Root_meta_external_store_service_tests_domain_Product _descriptionRemove();
    java.lang.String _description();
    void _reverse_synonyms(org.finos.legend.pure.generated.Root_meta_external_store_service_tests_domain_Synonym val);
    void _sever_reverse_synonyms(org.finos.legend.pure.generated.Root_meta_external_store_service_tests_domain_Synonym val);
    Root_meta_external_store_service_tests_domain_Product _synonyms(RichIterable val);
    Root_meta_external_store_service_tests_domain_Product _synonymsAdd(org.finos.legend.pure.generated.Root_meta_external_store_service_tests_domain_Synonym val);
    Root_meta_external_store_service_tests_domain_Product _synonymsAddAll(RichIterable val);
    Root_meta_external_store_service_tests_domain_Product _synonymsRemove();
    RichIterable _synonyms();
    void _reverse_trades(org.finos.legend.pure.generated.Root_meta_external_store_service_tests_domain_Trade val);
    void _sever_reverse_trades(org.finos.legend.pure.generated.Root_meta_external_store_service_tests_domain_Trade val);
    Root_meta_external_store_service_tests_domain_Product _trades(RichIterable val);
    Root_meta_external_store_service_tests_domain_Product _tradesAdd(org.finos.legend.pure.generated.Root_meta_external_store_service_tests_domain_Trade val);
    Root_meta_external_store_service_tests_domain_Product _tradesAddAll(RichIterable val);
    Root_meta_external_store_service_tests_domain_Product _tradesRemove();
    RichIterable _trades();
    Root_meta_external_store_service_tests_domain_Product _productName(java.lang.String val);
    Root_meta_external_store_service_tests_domain_Product _productName(RichIterable val);
    Root_meta_external_store_service_tests_domain_Product _productNameRemove();
    java.lang.String _productName();
    Root_meta_external_store_service_tests_domain_Product _classifierGenericType(org.finos.legend.pure.m3.coreinstance.meta.pure.metamodel.type.generics.GenericType val);
    Root_meta_external_store_service_tests_domain_Product _classifierGenericType(RichIterable val);
    Root_meta_external_store_service_tests_domain_Product _classifierGenericTypeRemove();
    Root_meta_external_store_service_tests_domain_Product _productId(java.lang.String val);
    Root_meta_external_store_service_tests_domain_Product _productId(RichIterable val);
    Root_meta_external_store_service_tests_domain_Product _productIdRemove();
    java.lang.String _productId();
        Root_meta_external_store_service_tests_domain_Product copy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy