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_S_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_S_Product extends CoreInstance, org.finos.legend.pure.m3.coreinstance.meta.pure.metamodel.type.Any
{
    Root_meta_external_store_service_tests_domain_S_Product _validate(boolean goDeep, org.finos.legend.pure.m4.coreinstance.SourceInformation sourceInformation, final ExecutionSupport es);    Root_meta_external_store_service_tests_domain_S_Product _s_productId(java.lang.String val);
    Root_meta_external_store_service_tests_domain_S_Product _s_productId(RichIterable val);
    Root_meta_external_store_service_tests_domain_S_Product _s_productIdRemove();
    java.lang.String _s_productId();
    Root_meta_external_store_service_tests_domain_S_Product _s_productName(java.lang.String val);
    Root_meta_external_store_service_tests_domain_S_Product _s_productName(RichIterable val);
    Root_meta_external_store_service_tests_domain_S_Product _s_productNameRemove();
    java.lang.String _s_productName();
    Root_meta_external_store_service_tests_domain_S_Product _elementOverride(org.finos.legend.pure.m3.coreinstance.meta.pure.metamodel.type.ElementOverride val);
    Root_meta_external_store_service_tests_domain_S_Product _elementOverride(RichIterable val);
    Root_meta_external_store_service_tests_domain_S_Product _elementOverrideRemove();
    Root_meta_external_store_service_tests_domain_S_Product _s_tradeId(java.lang.String val);
    Root_meta_external_store_service_tests_domain_S_Product _s_tradeId(RichIterable val);
    Root_meta_external_store_service_tests_domain_S_Product _s_tradeIdRemove();
    java.lang.String _s_tradeId();
    Root_meta_external_store_service_tests_domain_S_Product _s_description(java.lang.String val);
    Root_meta_external_store_service_tests_domain_S_Product _s_description(RichIterable val);
    Root_meta_external_store_service_tests_domain_S_Product _s_descriptionRemove();
    java.lang.String _s_description();
    void _reverse_s_trades(org.finos.legend.pure.generated.Root_meta_external_store_service_tests_domain_S_Trade val);
    void _sever_reverse_s_trades(org.finos.legend.pure.generated.Root_meta_external_store_service_tests_domain_S_Trade val);
    Root_meta_external_store_service_tests_domain_S_Product _s_trades(RichIterable val);
    Root_meta_external_store_service_tests_domain_S_Product _s_tradesAdd(org.finos.legend.pure.generated.Root_meta_external_store_service_tests_domain_S_Trade val);
    Root_meta_external_store_service_tests_domain_S_Product _s_tradesAddAll(RichIterable val);
    Root_meta_external_store_service_tests_domain_S_Product _s_tradesRemove();
    RichIterable _s_trades();
    Root_meta_external_store_service_tests_domain_S_Product _classifierGenericType(org.finos.legend.pure.m3.coreinstance.meta.pure.metamodel.type.generics.GenericType val);
    Root_meta_external_store_service_tests_domain_S_Product _classifierGenericType(RichIterable val);
    Root_meta_external_store_service_tests_domain_S_Product _classifierGenericTypeRemove();
    Root_meta_external_store_service_tests_domain_S_Product _s_synonyms(RichIterable val);
    Root_meta_external_store_service_tests_domain_S_Product _s_synonymsAdd(org.finos.legend.pure.generated.Root_meta_external_store_service_tests_domain_S_Synonym val);
    Root_meta_external_store_service_tests_domain_S_Product _s_synonymsAddAll(RichIterable val);
    Root_meta_external_store_service_tests_domain_S_Product _s_synonymsRemove();
    RichIterable _s_synonyms();
        Root_meta_external_store_service_tests_domain_S_Product copy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy