/*- * ============LICENSE_START========================================== * OPENECOMP - DCAE * =================================================================== * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. * =================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END============================================ */ /** */ package org.openecomp.ncomp.cdap; import org.openecomp.ncomp.core.CorePackage; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EOperation; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; /** * * The Package for the model. * It contains accessors for the meta objects to represent * * * * - * ============LICENSE_START========================================== * OPENECOMP - DCAE * =================================================================== * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. * =================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END============================================ * * @see org.openecomp.ncomp.cdap.CdapFactory * @model kind="package" * annotation="http://www.eclipse.org/emf/2002/GenModel modelDirectory='/ncomp-cdap-model/src/main/xcore-gen' basePackage='org.openecomp.ncomp'" * @generated */ public interface CdapPackage extends EPackage { /** * The package name. * * * @generated */ String eNAME = "cdap"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "org.openecomp.ncomp.cdap"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "cdap"; /** * The singleton instance of the package. * * * @generated */ CdapPackage eINSTANCE = org.openecomp.ncomp.cdap.impl.CdapPackageImpl.init(); /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapAdaptorImpl Adaptor}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapAdaptorImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapAdaptor() * @generated */ int CDAP_ADAPTOR = 0; /** * The number of structural features of the 'Adaptor' class. * * * @generated * @ordered */ int CDAP_ADAPTOR_FEATURE_COUNT = 0; /** * The number of operations of the 'Adaptor' class. * * * @generated * @ordered */ int CDAP_ADAPTOR_OPERATION_COUNT = 0; /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapClusterImpl Cluster}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapClusterImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapCluster() * @generated */ int CDAP_CLUSTER = 1; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CDAP_CLUSTER__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CDAP_CLUSTER__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CDAP_CLUSTER__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CDAP_CLUSTER__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Base Url' attribute. * * * @generated * @ordered */ int CDAP_CLUSTER__BASE_URL = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Polling Frequency' attribute. * * * @generated * @ordered */ int CDAP_CLUSTER__POLLING_FREQUENCY = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Remote' attribute. * * * @generated * @ordered */ int CDAP_CLUSTER__REMOTE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Configurations' containment reference list. * * * @generated * @ordered */ int CDAP_CLUSTER__CONFIGURATIONS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Namespaces' containment reference list. * * * @generated * @ordered */ int CDAP_CLUSTER__NAMESPACES = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 4; /** * The number of structural features of the 'Cluster' class. * * * @generated * @ordered */ int CDAP_CLUSTER_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 5; /** * The operation id for the 'Create Namespace' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___CREATE_NAMESPACE__STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The operation id for the 'Delete Namespace' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___DELETE_NAMESPACE__STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 1; /** * The operation id for the 'Deploy App' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___DEPLOY_APP__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 2; /** * The operation id for the 'Load Artifact' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___LOAD_ARTIFACT__STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 3; /** * The operation id for the 'Load Artifact With Config' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___LOAD_ARTIFACT_WITH_CONFIG__STRING_STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 4; /** * The operation id for the 'Delete Artifact' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___DELETE_ARTIFACT__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 5; /** * The operation id for the 'Start Flow' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___START_FLOW__STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 6; /** * The operation id for the 'Start Worker' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___START_WORKER__STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 7; /** * The operation id for the 'Start Service' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___START_SERVICE__STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 8; /** * The operation id for the 'Start App' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___START_APP__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 9; /** * The operation id for the 'Stop App' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___STOP_APP__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 10; /** * The operation id for the 'Delete App' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___DELETE_APP__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 11; /** * The operation id for the 'Load Preferences App' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___LOAD_PREFERENCES_APP__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 12; /** * The operation id for the 'Load Preferences Flow' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___LOAD_PREFERENCES_FLOW__STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 13; /** * The operation id for the 'Load Preferences Name Space' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___LOAD_PREFERENCES_NAME_SPACE__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 14; /** * The operation id for the 'Set Preferences App' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SET_PREFERENCES_APP__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 15; /** * The operation id for the 'Set Preferences Flow' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SET_PREFERENCES_FLOW__STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 16; /** * The operation id for the 'Set Preferences Worker' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SET_PREFERENCES_WORKER__STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 17; /** * The operation id for the 'Set Preferences Service' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SET_PREFERENCES_SERVICE__STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 18; /** * The operation id for the 'Set Preferences Name Space' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SET_PREFERENCES_NAME_SPACE__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 19; /** * The operation id for the 'Set Flow Run Time Args' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SET_FLOW_RUN_TIME_ARGS__STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 20; /** * The operation id for the 'Set Flowlet Instances' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SET_FLOWLET_INSTANCES__STRING_STRING_STRING_STRING_INT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 21; /** * The operation id for the 'Stop Flow' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___STOP_FLOW__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 22; /** * The operation id for the 'Stop Worker' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___STOP_WORKER__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 23; /** * The operation id for the 'Stop Service' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___STOP_SERVICE__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 24; /** * The operation id for the 'Truncate Data Set' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___TRUNCATE_DATA_SET__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 25; /** * The operation id for the 'Delete Dataset' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___DELETE_DATASET__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 26; /** * The operation id for the 'Create Stream' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___CREATE_STREAM__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 27; /** * The operation id for the 'Delete Stream' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___DELETE_STREAM__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 28; /** * The operation id for the 'Get Stream Events' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___GET_STREAM_EVENTS__STRING_STRING_STRING_STRING_INT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 29; /** * The operation id for the 'Get Stream Stats' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___GET_STREAM_STATS__STRING_STRING_STRING_STRING_INT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 30; /** * The operation id for the 'Send Event To Stream' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SEND_EVENT_TO_STREAM__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 31; /** * The operation id for the 'Trucate Stream' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___TRUCATE_STREAM__STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 32; /** * The operation id for the 'Set Stream Properties' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SET_STREAM_PROPERTIES__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 33; /** * The operation id for the 'Restart App' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___RESTART_APP__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 34; /** * The operation id for the 'Create App' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___CREATE_APP__STRING_STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 35; /** * The operation id for the 'Create App With Config' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___CREATE_APP_WITH_CONFIG__STRING_STRING_STRING_STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 36; /** * The operation id for the 'Set Dataset Properties' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SET_DATASET_PROPERTIES__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 37; /** * The operation id for the 'Set Stream TTL' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SET_STREAM_TTL__STRING_STRING_INT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 38; /** * The operation id for the 'Suspend Schedule' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___SUSPEND_SCHEDULE__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 39; /** * The operation id for the 'Resume Schedule' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___RESUME_SCHEDULE__STRING_STRING_STRING = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 40; /** * The operation id for the 'Poll' operation. * * * @generated * @ordered */ int CDAP_CLUSTER___POLL = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 41; /** * The number of operations of the 'Cluster' class. * * * @generated * @ordered */ int CDAP_CLUSTER_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 42; /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapApiImpl Api}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapApiImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapApi() * @generated */ int CDAP_API = 2; /** * The number of structural features of the 'Api' class. * * * @generated * @ordered */ int CDAP_API_FEATURE_COUNT = 0; /** * The operation id for the 'Create Namespace' operation. * * * @generated * @ordered */ int CDAP_API___CREATE_NAMESPACE__STRING = 0; /** * The operation id for the 'Delete Namespace' operation. * * * @generated * @ordered */ int CDAP_API___DELETE_NAMESPACE__STRING = 1; /** * The operation id for the 'Deploy App' operation. * * * @generated * @ordered */ int CDAP_API___DEPLOY_APP__STRING_STRING = 2; /** * The operation id for the 'Load Artifact' operation. * * * @generated * @ordered */ int CDAP_API___LOAD_ARTIFACT__STRING_STRING_STRING_STRING = 3; /** * The operation id for the 'Load Artifact With Config' operation. * * * @generated * @ordered */ int CDAP_API___LOAD_ARTIFACT_WITH_CONFIG__STRING_STRING_STRING_STRING_STRING = 4; /** * The operation id for the 'Delete Artifact' operation. * * * @generated * @ordered */ int CDAP_API___DELETE_ARTIFACT__STRING_STRING_STRING = 5; /** * The operation id for the 'Start Flow' operation. * * * @generated * @ordered */ int CDAP_API___START_FLOW__STRING_STRING_STRING_STRING = 6; /** * The operation id for the 'Start Worker' operation. * * * @generated * @ordered */ int CDAP_API___START_WORKER__STRING_STRING_STRING_STRING = 7; /** * The operation id for the 'Start Service' operation. * * * @generated * @ordered */ int CDAP_API___START_SERVICE__STRING_STRING_STRING_STRING = 8; /** * The operation id for the 'Start App' operation. * * * @generated * @ordered */ int CDAP_API___START_APP__STRING_STRING = 9; /** * The operation id for the 'Stop App' operation. * * * @generated * @ordered */ int CDAP_API___STOP_APP__STRING_STRING = 10; /** * The operation id for the 'Delete App' operation. * * * @generated * @ordered */ int CDAP_API___DELETE_APP__STRING_STRING = 11; /** * The operation id for the 'Load Preferences App' operation. * * * @generated * @ordered */ int CDAP_API___LOAD_PREFERENCES_APP__STRING_STRING_STRING = 12; /** * The operation id for the 'Load Preferences Flow' operation. * * * @generated * @ordered */ int CDAP_API___LOAD_PREFERENCES_FLOW__STRING_STRING_STRING_STRING = 13; /** * The operation id for the 'Load Preferences Name Space' operation. * * * @generated * @ordered */ int CDAP_API___LOAD_PREFERENCES_NAME_SPACE__STRING_STRING = 14; /** * The operation id for the 'Set Preferences App' operation. * * * @generated * @ordered */ int CDAP_API___SET_PREFERENCES_APP__STRING_STRING_STRING = 15; /** * The operation id for the 'Set Preferences Flow' operation. * * * @generated * @ordered */ int CDAP_API___SET_PREFERENCES_FLOW__STRING_STRING_STRING_STRING = 16; /** * The operation id for the 'Set Preferences Worker' operation. * * * @generated * @ordered */ int CDAP_API___SET_PREFERENCES_WORKER__STRING_STRING_STRING_STRING = 17; /** * The operation id for the 'Set Preferences Service' operation. * * * @generated * @ordered */ int CDAP_API___SET_PREFERENCES_SERVICE__STRING_STRING_STRING_STRING = 18; /** * The operation id for the 'Set Preferences Name Space' operation. * * * @generated * @ordered */ int CDAP_API___SET_PREFERENCES_NAME_SPACE__STRING_STRING = 19; /** * The operation id for the 'Set Flow Run Time Args' operation. * * * @generated * @ordered */ int CDAP_API___SET_FLOW_RUN_TIME_ARGS__STRING_STRING_STRING_STRING = 20; /** * The operation id for the 'Set Flowlet Instances' operation. * * * @generated * @ordered */ int CDAP_API___SET_FLOWLET_INSTANCES__STRING_STRING_STRING_STRING_INT = 21; /** * The operation id for the 'Stop Flow' operation. * * * @generated * @ordered */ int CDAP_API___STOP_FLOW__STRING_STRING_STRING = 22; /** * The operation id for the 'Stop Worker' operation. * * * @generated * @ordered */ int CDAP_API___STOP_WORKER__STRING_STRING_STRING = 23; /** * The operation id for the 'Stop Service' operation. * * * @generated * @ordered */ int CDAP_API___STOP_SERVICE__STRING_STRING_STRING = 24; /** * The operation id for the 'Truncate Data Set' operation. * * * @generated * @ordered */ int CDAP_API___TRUNCATE_DATA_SET__STRING_STRING = 25; /** * The operation id for the 'Delete Dataset' operation. * * * @generated * @ordered */ int CDAP_API___DELETE_DATASET__STRING_STRING = 26; /** * The operation id for the 'Create Stream' operation. * * * @generated * @ordered */ int CDAP_API___CREATE_STREAM__STRING_STRING = 27; /** * The operation id for the 'Delete Stream' operation. * * * @generated * @ordered */ int CDAP_API___DELETE_STREAM__STRING_STRING = 28; /** * The operation id for the 'Get Stream Events' operation. * * * @generated * @ordered */ int CDAP_API___GET_STREAM_EVENTS__STRING_STRING_STRING_STRING_INT = 29; /** * The operation id for the 'Get Stream Stats' operation. * * * @generated * @ordered */ int CDAP_API___GET_STREAM_STATS__STRING_STRING_STRING_STRING_INT = 30; /** * The operation id for the 'Send Event To Stream' operation. * * * @generated * @ordered */ int CDAP_API___SEND_EVENT_TO_STREAM__STRING_STRING_STRING = 31; /** * The operation id for the 'Trucate Stream' operation. * * * @generated * @ordered */ int CDAP_API___TRUCATE_STREAM__STRING_STRING = 32; /** * The operation id for the 'Set Stream Properties' operation. * * * @generated * @ordered */ int CDAP_API___SET_STREAM_PROPERTIES__STRING_STRING_STRING = 33; /** * The operation id for the 'Restart App' operation. * * * @generated * @ordered */ int CDAP_API___RESTART_APP__STRING_STRING_STRING = 34; /** * The operation id for the 'Create App' operation. * * * @generated * @ordered */ int CDAP_API___CREATE_APP__STRING_STRING_STRING_STRING_STRING = 35; /** * The operation id for the 'Create App With Config' operation. * * * @generated * @ordered */ int CDAP_API___CREATE_APP_WITH_CONFIG__STRING_STRING_STRING_STRING_STRING_STRING = 36; /** * The operation id for the 'Set Dataset Properties' operation. * * * @generated * @ordered */ int CDAP_API___SET_DATASET_PROPERTIES__STRING_STRING_STRING = 37; /** * The operation id for the 'Set Stream TTL' operation. * * * @generated * @ordered */ int CDAP_API___SET_STREAM_TTL__STRING_STRING_INT = 38; /** * The operation id for the 'Suspend Schedule' operation. * * * @generated * @ordered */ int CDAP_API___SUSPEND_SCHEDULE__STRING_STRING_STRING = 39; /** * The operation id for the 'Resume Schedule' operation. * * * @generated * @ordered */ int CDAP_API___RESUME_SCHEDULE__STRING_STRING_STRING = 40; /** * The number of operations of the 'Api' class. * * * @generated * @ordered */ int CDAP_API_OPERATION_COUNT = 41; /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapConfigurationImpl Configuration}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapConfigurationImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapConfiguration() * @generated */ int CDAP_CONFIGURATION = 3; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CDAP_CONFIGURATION__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CDAP_CONFIGURATION__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CDAP_CONFIGURATION__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CDAP_CONFIGURATION__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int CDAP_CONFIGURATION__VALUE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Source' attribute. * * * @generated * @ordered */ int CDAP_CONFIGURATION__SOURCE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The number of structural features of the 'Configuration' class. * * * @generated * @ordered */ int CDAP_CONFIGURATION_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The number of operations of the 'Configuration' class. * * * @generated * @ordered */ int CDAP_CONFIGURATION_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapNamespaceImpl Namespace}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapNamespaceImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapNamespace() * @generated */ int CDAP_NAMESPACE = 4; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CDAP_NAMESPACE__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CDAP_NAMESPACE__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CDAP_NAMESPACE__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CDAP_NAMESPACE__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int CDAP_NAMESPACE__DESCRIPTION = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Config' containment reference list. * * * @generated * @ordered */ int CDAP_NAMESPACE__CONFIG = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Datasets' containment reference list. * * * @generated * @ordered */ int CDAP_NAMESPACE__DATASETS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Applications' containment reference list. * * * @generated * @ordered */ int CDAP_NAMESPACE__APPLICATIONS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Cluster' container reference. * * * @generated * @ordered */ int CDAP_NAMESPACE__CLUSTER = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 4; /** * The number of structural features of the 'Namespace' class. * * * @generated * @ordered */ int CDAP_NAMESPACE_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 5; /** * The number of operations of the 'Namespace' class. * * * @generated * @ordered */ int CDAP_NAMESPACE_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapKeyPairImpl Key Pair}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapKeyPairImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapKeyPair() * @generated */ int CDAP_KEY_PAIR = 5; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CDAP_KEY_PAIR__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CDAP_KEY_PAIR__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CDAP_KEY_PAIR__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CDAP_KEY_PAIR__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int CDAP_KEY_PAIR__VALUE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The number of structural features of the 'Key Pair' class. * * * @generated * @ordered */ int CDAP_KEY_PAIR_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The number of operations of the 'Key Pair' class. * * * @generated * @ordered */ int CDAP_KEY_PAIR_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapEntityWithPreferencesImpl Entity With Preferences}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapEntityWithPreferencesImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapEntityWithPreferences() * @generated */ int CDAP_ENTITY_WITH_PREFERENCES = 6; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CDAP_ENTITY_WITH_PREFERENCES__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CDAP_ENTITY_WITH_PREFERENCES__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CDAP_ENTITY_WITH_PREFERENCES__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CDAP_ENTITY_WITH_PREFERENCES__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Preferences' containment reference list. * * * @generated * @ordered */ int CDAP_ENTITY_WITH_PREFERENCES__PREFERENCES = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The number of structural features of the 'Entity With Preferences' class. * * * @generated * @ordered */ int CDAP_ENTITY_WITH_PREFERENCES_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The number of operations of the 'Entity With Preferences' class. * * * @generated * @ordered */ int CDAP_ENTITY_WITH_PREFERENCES_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapDatasetImpl Dataset}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapDatasetImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapDataset() * @generated */ int CDAP_DATASET = 7; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CDAP_DATASET__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CDAP_DATASET__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CDAP_DATASET__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CDAP_DATASET__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int CDAP_DATASET__TYPE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Properties' containment reference list. * * * @generated * @ordered */ int CDAP_DATASET__PROPERTIES = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Schema' containment reference. * * * @generated * @ordered */ int CDAP_DATASET__SCHEMA = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The number of structural features of the 'Dataset' class. * * * @generated * @ordered */ int CDAP_DATASET_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The number of operations of the 'Dataset' class. * * * @generated * @ordered */ int CDAP_DATASET_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapDatasetSchemaImpl Dataset Schema}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapDatasetSchemaImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapDatasetSchema() * @generated */ int CDAP_DATASET_SCHEMA = 8; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA__TYPE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Fields' containment reference list. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA__FIELDS = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The number of structural features of the 'Dataset Schema' class. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The number of operations of the 'Dataset Schema' class. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapDatasetSchemaFieldImpl Dataset Schema Field}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapDatasetSchemaFieldImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapDatasetSchemaField() * @generated */ int CDAP_DATASET_SCHEMA_FIELD = 9; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA_FIELD__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA_FIELD__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA_FIELD__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA_FIELD__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA_FIELD__TYPE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The number of structural features of the 'Dataset Schema Field' class. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA_FIELD_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The number of operations of the 'Dataset Schema Field' class. * * * @generated * @ordered */ int CDAP_DATASET_SCHEMA_FIELD_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapApplicationImpl Application}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapApplicationImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapApplication() * @generated */ int CDAP_APPLICATION = 10; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CDAP_APPLICATION__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CDAP_APPLICATION__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CDAP_APPLICATION__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CDAP_APPLICATION__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int CDAP_APPLICATION__TYPE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int CDAP_APPLICATION__ID = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int CDAP_APPLICATION__VERSION = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int CDAP_APPLICATION__DESCRIPTION = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 3; /** * The feature id for the 'Artifact' containment reference. * * * @generated * @ordered */ int CDAP_APPLICATION__ARTIFACT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 4; /** * The number of structural features of the 'Application' class. * * * @generated * @ordered */ int CDAP_APPLICATION_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 5; /** * The number of operations of the 'Application' class. * * * @generated * @ordered */ int CDAP_APPLICATION_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * The meta object id for the '{@link org.openecomp.ncomp.cdap.impl.CdapArtifactImpl Artifact}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapArtifactImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapArtifact() * @generated */ int CDAP_ARTIFACT = 11; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CDAP_ARTIFACT__NAME = CorePackage.NAMED_ENTITY__NAME; /** * The feature id for the 'Last Polled' attribute. * * * @generated * @ordered */ int CDAP_ARTIFACT__LAST_POLLED = CorePackage.NAMED_ENTITY__LAST_POLLED; /** * The feature id for the 'Last Changed' attribute. * * * @generated * @ordered */ int CDAP_ARTIFACT__LAST_CHANGED = CorePackage.NAMED_ENTITY__LAST_CHANGED; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int CDAP_ARTIFACT__CREATED = CorePackage.NAMED_ENTITY__CREATED; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int CDAP_ARTIFACT__VERSION = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 0; /** * The feature id for the 'Scope' attribute. * * * @generated * @ordered */ int CDAP_ARTIFACT__SCOPE = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 1; /** * The number of structural features of the 'Artifact' class. * * * @generated * @ordered */ int CDAP_ARTIFACT_FEATURE_COUNT = CorePackage.NAMED_ENTITY_FEATURE_COUNT + 2; /** * The number of operations of the 'Artifact' class. * * * @generated * @ordered */ int CDAP_ARTIFACT_OPERATION_COUNT = CorePackage.NAMED_ENTITY_OPERATION_COUNT + 0; /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapAdaptor Adaptor}'. * * * @return the meta object for class 'Adaptor'. * @see org.openecomp.ncomp.cdap.CdapAdaptor * @generated */ EClass getCdapAdaptor(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapCluster Cluster}'. * * * @return the meta object for class 'Cluster'. * @see org.openecomp.ncomp.cdap.CdapCluster * @generated */ EClass getCdapCluster(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapCluster#getBaseUrl Base Url}'. * * * @return the meta object for the attribute 'Base Url'. * @see org.openecomp.ncomp.cdap.CdapCluster#getBaseUrl() * @see #getCdapCluster() * @generated */ EAttribute getCdapCluster_BaseUrl(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapCluster#getPollingFrequency Polling Frequency}'. * * * @return the meta object for the attribute 'Polling Frequency'. * @see org.openecomp.ncomp.cdap.CdapCluster#getPollingFrequency() * @see #getCdapCluster() * @generated */ EAttribute getCdapCluster_PollingFrequency(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapCluster#isRemote Remote}'. * * * @return the meta object for the attribute 'Remote'. * @see org.openecomp.ncomp.cdap.CdapCluster#isRemote() * @see #getCdapCluster() * @generated */ EAttribute getCdapCluster_Remote(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.cdap.CdapCluster#getConfigurations Configurations}'. * * * @return the meta object for the containment reference list 'Configurations'. * @see org.openecomp.ncomp.cdap.CdapCluster#getConfigurations() * @see #getCdapCluster() * @generated */ EReference getCdapCluster_Configurations(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.cdap.CdapCluster#getNamespaces Namespaces}'. * * * @return the meta object for the containment reference list 'Namespaces'. * @see org.openecomp.ncomp.cdap.CdapCluster#getNamespaces() * @see #getCdapCluster() * @generated */ EReference getCdapCluster_Namespaces(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapCluster#poll() Poll}' operation. * * * @return the meta object for the 'Poll' operation. * @see org.openecomp.ncomp.cdap.CdapCluster#poll() * @generated */ EOperation getCdapCluster__Poll(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapApi Api}'. * * * @return the meta object for class 'Api'. * @see org.openecomp.ncomp.cdap.CdapApi * @generated */ EClass getCdapApi(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#createNamespace(java.lang.String) Create Namespace}' operation. * * * @return the meta object for the 'Create Namespace' operation. * @see org.openecomp.ncomp.cdap.CdapApi#createNamespace(java.lang.String) * @generated */ EOperation getCdapApi__CreateNamespace__String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#deleteNamespace(java.lang.String) Delete Namespace}' operation. * * * @return the meta object for the 'Delete Namespace' operation. * @see org.openecomp.ncomp.cdap.CdapApi#deleteNamespace(java.lang.String) * @generated */ EOperation getCdapApi__DeleteNamespace__String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#deployApp(java.lang.String, java.lang.String) Deploy App}' operation. * * * @return the meta object for the 'Deploy App' operation. * @see org.openecomp.ncomp.cdap.CdapApi#deployApp(java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__DeployApp__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#loadArtifact(java.lang.String, java.lang.String, java.lang.String, java.lang.String) Load Artifact}' operation. * * * @return the meta object for the 'Load Artifact' operation. * @see org.openecomp.ncomp.cdap.CdapApi#loadArtifact(java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__LoadArtifact__String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#loadArtifactWithConfig(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) Load Artifact With Config}' operation. * * * @return the meta object for the 'Load Artifact With Config' operation. * @see org.openecomp.ncomp.cdap.CdapApi#loadArtifactWithConfig(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__LoadArtifactWithConfig__String_String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#deleteArtifact(java.lang.String, java.lang.String, java.lang.String) Delete Artifact}' operation. * * * @return the meta object for the 'Delete Artifact' operation. * @see org.openecomp.ncomp.cdap.CdapApi#deleteArtifact(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__DeleteArtifact__String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#startFlow(java.lang.String, java.lang.String, java.lang.String, java.lang.String) Start Flow}' operation. * * * @return the meta object for the 'Start Flow' operation. * @see org.openecomp.ncomp.cdap.CdapApi#startFlow(java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__StartFlow__String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#startWorker(java.lang.String, java.lang.String, java.lang.String, java.lang.String) Start Worker}' operation. * * * @return the meta object for the 'Start Worker' operation. * @see org.openecomp.ncomp.cdap.CdapApi#startWorker(java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__StartWorker__String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#startService(java.lang.String, java.lang.String, java.lang.String, java.lang.String) Start Service}' operation. * * * @return the meta object for the 'Start Service' operation. * @see org.openecomp.ncomp.cdap.CdapApi#startService(java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__StartService__String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#startApp(java.lang.String, java.lang.String) Start App}' operation. * * * @return the meta object for the 'Start App' operation. * @see org.openecomp.ncomp.cdap.CdapApi#startApp(java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__StartApp__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#stopApp(java.lang.String, java.lang.String) Stop App}' operation. * * * @return the meta object for the 'Stop App' operation. * @see org.openecomp.ncomp.cdap.CdapApi#stopApp(java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__StopApp__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#deleteApp(java.lang.String, java.lang.String) Delete App}' operation. * * * @return the meta object for the 'Delete App' operation. * @see org.openecomp.ncomp.cdap.CdapApi#deleteApp(java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__DeleteApp__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#loadPreferencesApp(java.lang.String, java.lang.String, java.lang.String) Load Preferences App}' operation. * * * @return the meta object for the 'Load Preferences App' operation. * @see org.openecomp.ncomp.cdap.CdapApi#loadPreferencesApp(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__LoadPreferencesApp__String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#loadPreferencesFlow(java.lang.String, java.lang.String, java.lang.String, java.lang.String) Load Preferences Flow}' operation. * * * @return the meta object for the 'Load Preferences Flow' operation. * @see org.openecomp.ncomp.cdap.CdapApi#loadPreferencesFlow(java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__LoadPreferencesFlow__String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#loadPreferencesNameSpace(java.lang.String, java.lang.String) Load Preferences Name Space}' operation. * * * @return the meta object for the 'Load Preferences Name Space' operation. * @see org.openecomp.ncomp.cdap.CdapApi#loadPreferencesNameSpace(java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__LoadPreferencesNameSpace__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#setPreferencesApp(java.lang.String, java.lang.String, java.lang.String) Set Preferences App}' operation. * * * @return the meta object for the 'Set Preferences App' operation. * @see org.openecomp.ncomp.cdap.CdapApi#setPreferencesApp(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__SetPreferencesApp__String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#setPreferencesFlow(java.lang.String, java.lang.String, java.lang.String, java.lang.String) Set Preferences Flow}' operation. * * * @return the meta object for the 'Set Preferences Flow' operation. * @see org.openecomp.ncomp.cdap.CdapApi#setPreferencesFlow(java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__SetPreferencesFlow__String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#setPreferencesWorker(java.lang.String, java.lang.String, java.lang.String, java.lang.String) Set Preferences Worker}' operation. * * * @return the meta object for the 'Set Preferences Worker' operation. * @see org.openecomp.ncomp.cdap.CdapApi#setPreferencesWorker(java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__SetPreferencesWorker__String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#setPreferencesService(java.lang.String, java.lang.String, java.lang.String, java.lang.String) Set Preferences Service}' operation. * * * @return the meta object for the 'Set Preferences Service' operation. * @see org.openecomp.ncomp.cdap.CdapApi#setPreferencesService(java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__SetPreferencesService__String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#setPreferencesNameSpace(java.lang.String, java.lang.String) Set Preferences Name Space}' operation. * * * @return the meta object for the 'Set Preferences Name Space' operation. * @see org.openecomp.ncomp.cdap.CdapApi#setPreferencesNameSpace(java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__SetPreferencesNameSpace__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#setFlowRunTimeArgs(java.lang.String, java.lang.String, java.lang.String, java.lang.String) Set Flow Run Time Args}' operation. * * * @return the meta object for the 'Set Flow Run Time Args' operation. * @see org.openecomp.ncomp.cdap.CdapApi#setFlowRunTimeArgs(java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__SetFlowRunTimeArgs__String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#setFlowletInstances(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int) Set Flowlet Instances}' operation. * * * @return the meta object for the 'Set Flowlet Instances' operation. * @see org.openecomp.ncomp.cdap.CdapApi#setFlowletInstances(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int) * @generated */ EOperation getCdapApi__SetFlowletInstances__String_String_String_String_int(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#stopFlow(java.lang.String, java.lang.String, java.lang.String) Stop Flow}' operation. * * * @return the meta object for the 'Stop Flow' operation. * @see org.openecomp.ncomp.cdap.CdapApi#stopFlow(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__StopFlow__String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#stopWorker(java.lang.String, java.lang.String, java.lang.String) Stop Worker}' operation. * * * @return the meta object for the 'Stop Worker' operation. * @see org.openecomp.ncomp.cdap.CdapApi#stopWorker(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__StopWorker__String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#stopService(java.lang.String, java.lang.String, java.lang.String) Stop Service}' operation. * * * @return the meta object for the 'Stop Service' operation. * @see org.openecomp.ncomp.cdap.CdapApi#stopService(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__StopService__String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#truncateDataSet(java.lang.String, java.lang.String) Truncate Data Set}' operation. * * * @return the meta object for the 'Truncate Data Set' operation. * @see org.openecomp.ncomp.cdap.CdapApi#truncateDataSet(java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__TruncateDataSet__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#deleteDataset(java.lang.String, java.lang.String) Delete Dataset}' operation. * * * @return the meta object for the 'Delete Dataset' operation. * @see org.openecomp.ncomp.cdap.CdapApi#deleteDataset(java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__DeleteDataset__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#createStream(java.lang.String, java.lang.String) Create Stream}' operation. * * * @return the meta object for the 'Create Stream' operation. * @see org.openecomp.ncomp.cdap.CdapApi#createStream(java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__CreateStream__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#deleteStream(java.lang.String, java.lang.String) Delete Stream}' operation. * * * @return the meta object for the 'Delete Stream' operation. * @see org.openecomp.ncomp.cdap.CdapApi#deleteStream(java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__DeleteStream__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#getStreamEvents(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int) Get Stream Events}' operation. * * * @return the meta object for the 'Get Stream Events' operation. * @see org.openecomp.ncomp.cdap.CdapApi#getStreamEvents(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int) * @generated */ EOperation getCdapApi__GetStreamEvents__String_String_String_String_int(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#getStreamStats(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int) Get Stream Stats}' operation. * * * @return the meta object for the 'Get Stream Stats' operation. * @see org.openecomp.ncomp.cdap.CdapApi#getStreamStats(java.lang.String, java.lang.String, java.lang.String, java.lang.String, int) * @generated */ EOperation getCdapApi__GetStreamStats__String_String_String_String_int(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#sendEventToStream(java.lang.String, java.lang.String, java.lang.String) Send Event To Stream}' operation. * * * @return the meta object for the 'Send Event To Stream' operation. * @see org.openecomp.ncomp.cdap.CdapApi#sendEventToStream(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__SendEventToStream__String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#trucateStream(java.lang.String, java.lang.String) Trucate Stream}' operation. * * * @return the meta object for the 'Trucate Stream' operation. * @see org.openecomp.ncomp.cdap.CdapApi#trucateStream(java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__TrucateStream__String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#setStreamProperties(java.lang.String, java.lang.String, java.lang.String) Set Stream Properties}' operation. * * * @return the meta object for the 'Set Stream Properties' operation. * @see org.openecomp.ncomp.cdap.CdapApi#setStreamProperties(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__SetStreamProperties__String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#restartApp(java.lang.String, java.lang.String, java.lang.String) Restart App}' operation. * * * @return the meta object for the 'Restart App' operation. * @see org.openecomp.ncomp.cdap.CdapApi#restartApp(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__RestartApp__String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#createApp(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) Create App}' operation. * * * @return the meta object for the 'Create App' operation. * @see org.openecomp.ncomp.cdap.CdapApi#createApp(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__CreateApp__String_String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#createAppWithConfig(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) Create App With Config}' operation. * * * @return the meta object for the 'Create App With Config' operation. * @see org.openecomp.ncomp.cdap.CdapApi#createAppWithConfig(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__CreateAppWithConfig__String_String_String_String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#setDatasetProperties(java.lang.String, java.lang.String, java.lang.String) Set Dataset Properties}' operation. * * * @return the meta object for the 'Set Dataset Properties' operation. * @see org.openecomp.ncomp.cdap.CdapApi#setDatasetProperties(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__SetDatasetProperties__String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#setStreamTTL(java.lang.String, java.lang.String, int) Set Stream TTL}' operation. * * * @return the meta object for the 'Set Stream TTL' operation. * @see org.openecomp.ncomp.cdap.CdapApi#setStreamTTL(java.lang.String, java.lang.String, int) * @generated */ EOperation getCdapApi__SetStreamTTL__String_String_int(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#suspendSchedule(java.lang.String, java.lang.String, java.lang.String) Suspend Schedule}' operation. * * * @return the meta object for the 'Suspend Schedule' operation. * @see org.openecomp.ncomp.cdap.CdapApi#suspendSchedule(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__SuspendSchedule__String_String_String(); /** * Returns the meta object for the '{@link org.openecomp.ncomp.cdap.CdapApi#resumeSchedule(java.lang.String, java.lang.String, java.lang.String) Resume Schedule}' operation. * * * @return the meta object for the 'Resume Schedule' operation. * @see org.openecomp.ncomp.cdap.CdapApi#resumeSchedule(java.lang.String, java.lang.String, java.lang.String) * @generated */ EOperation getCdapApi__ResumeSchedule__String_String_String(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapConfiguration Configuration}'. * * * @return the meta object for class 'Configuration'. * @see org.openecomp.ncomp.cdap.CdapConfiguration * @generated */ EClass getCdapConfiguration(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapConfiguration#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.openecomp.ncomp.cdap.CdapConfiguration#getValue() * @see #getCdapConfiguration() * @generated */ EAttribute getCdapConfiguration_Value(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapConfiguration#getSource Source}'. * * * @return the meta object for the attribute 'Source'. * @see org.openecomp.ncomp.cdap.CdapConfiguration#getSource() * @see #getCdapConfiguration() * @generated */ EAttribute getCdapConfiguration_Source(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapNamespace Namespace}'. * * * @return the meta object for class 'Namespace'. * @see org.openecomp.ncomp.cdap.CdapNamespace * @generated */ EClass getCdapNamespace(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapNamespace#getDescription Description}'. * * * @return the meta object for the attribute 'Description'. * @see org.openecomp.ncomp.cdap.CdapNamespace#getDescription() * @see #getCdapNamespace() * @generated */ EAttribute getCdapNamespace_Description(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.cdap.CdapNamespace#getConfig Config}'. * * * @return the meta object for the containment reference list 'Config'. * @see org.openecomp.ncomp.cdap.CdapNamespace#getConfig() * @see #getCdapNamespace() * @generated */ EReference getCdapNamespace_Config(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.cdap.CdapNamespace#getDatasets Datasets}'. * * * @return the meta object for the containment reference list 'Datasets'. * @see org.openecomp.ncomp.cdap.CdapNamespace#getDatasets() * @see #getCdapNamespace() * @generated */ EReference getCdapNamespace_Datasets(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.cdap.CdapNamespace#getApplications Applications}'. * * * @return the meta object for the containment reference list 'Applications'. * @see org.openecomp.ncomp.cdap.CdapNamespace#getApplications() * @see #getCdapNamespace() * @generated */ EReference getCdapNamespace_Applications(); /** * Returns the meta object for the container reference '{@link org.openecomp.ncomp.cdap.CdapNamespace#getCluster Cluster}'. * * * @return the meta object for the container reference 'Cluster'. * @see org.openecomp.ncomp.cdap.CdapNamespace#getCluster() * @see #getCdapNamespace() * @generated */ EReference getCdapNamespace_Cluster(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapKeyPair Key Pair}'. * * * @return the meta object for class 'Key Pair'. * @see org.openecomp.ncomp.cdap.CdapKeyPair * @generated */ EClass getCdapKeyPair(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapKeyPair#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.openecomp.ncomp.cdap.CdapKeyPair#getValue() * @see #getCdapKeyPair() * @generated */ EAttribute getCdapKeyPair_Value(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapEntityWithPreferences Entity With Preferences}'. * * * @return the meta object for class 'Entity With Preferences'. * @see org.openecomp.ncomp.cdap.CdapEntityWithPreferences * @generated */ EClass getCdapEntityWithPreferences(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.cdap.CdapEntityWithPreferences#getPreferences Preferences}'. * * * @return the meta object for the containment reference list 'Preferences'. * @see org.openecomp.ncomp.cdap.CdapEntityWithPreferences#getPreferences() * @see #getCdapEntityWithPreferences() * @generated */ EReference getCdapEntityWithPreferences_Preferences(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapDataset Dataset}'. * * * @return the meta object for class 'Dataset'. * @see org.openecomp.ncomp.cdap.CdapDataset * @generated */ EClass getCdapDataset(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapDataset#getType Type}'. * * * @return the meta object for the attribute 'Type'. * @see org.openecomp.ncomp.cdap.CdapDataset#getType() * @see #getCdapDataset() * @generated */ EAttribute getCdapDataset_Type(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.cdap.CdapDataset#getProperties Properties}'. * * * @return the meta object for the containment reference list 'Properties'. * @see org.openecomp.ncomp.cdap.CdapDataset#getProperties() * @see #getCdapDataset() * @generated */ EReference getCdapDataset_Properties(); /** * Returns the meta object for the containment reference '{@link org.openecomp.ncomp.cdap.CdapDataset#getSchema Schema}'. * * * @return the meta object for the containment reference 'Schema'. * @see org.openecomp.ncomp.cdap.CdapDataset#getSchema() * @see #getCdapDataset() * @generated */ EReference getCdapDataset_Schema(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapDatasetSchema Dataset Schema}'. * * * @return the meta object for class 'Dataset Schema'. * @see org.openecomp.ncomp.cdap.CdapDatasetSchema * @generated */ EClass getCdapDatasetSchema(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapDatasetSchema#getType Type}'. * * * @return the meta object for the attribute 'Type'. * @see org.openecomp.ncomp.cdap.CdapDatasetSchema#getType() * @see #getCdapDatasetSchema() * @generated */ EAttribute getCdapDatasetSchema_Type(); /** * Returns the meta object for the containment reference list '{@link org.openecomp.ncomp.cdap.CdapDatasetSchema#getFields Fields}'. * * * @return the meta object for the containment reference list 'Fields'. * @see org.openecomp.ncomp.cdap.CdapDatasetSchema#getFields() * @see #getCdapDatasetSchema() * @generated */ EReference getCdapDatasetSchema_Fields(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapDatasetSchemaField Dataset Schema Field}'. * * * @return the meta object for class 'Dataset Schema Field'. * @see org.openecomp.ncomp.cdap.CdapDatasetSchemaField * @generated */ EClass getCdapDatasetSchemaField(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapDatasetSchemaField#getType Type}'. * * * @return the meta object for the attribute 'Type'. * @see org.openecomp.ncomp.cdap.CdapDatasetSchemaField#getType() * @see #getCdapDatasetSchemaField() * @generated */ EAttribute getCdapDatasetSchemaField_Type(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapApplication Application}'. * * * @return the meta object for class 'Application'. * @see org.openecomp.ncomp.cdap.CdapApplication * @generated */ EClass getCdapApplication(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapApplication#getType Type}'. * * * @return the meta object for the attribute 'Type'. * @see org.openecomp.ncomp.cdap.CdapApplication#getType() * @see #getCdapApplication() * @generated */ EAttribute getCdapApplication_Type(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapApplication#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see org.openecomp.ncomp.cdap.CdapApplication#getId() * @see #getCdapApplication() * @generated */ EAttribute getCdapApplication_Id(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapApplication#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see org.openecomp.ncomp.cdap.CdapApplication#getVersion() * @see #getCdapApplication() * @generated */ EAttribute getCdapApplication_Version(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapApplication#getDescription Description}'. * * * @return the meta object for the attribute 'Description'. * @see org.openecomp.ncomp.cdap.CdapApplication#getDescription() * @see #getCdapApplication() * @generated */ EAttribute getCdapApplication_Description(); /** * Returns the meta object for the containment reference '{@link org.openecomp.ncomp.cdap.CdapApplication#getArtifact Artifact}'. * * * @return the meta object for the containment reference 'Artifact'. * @see org.openecomp.ncomp.cdap.CdapApplication#getArtifact() * @see #getCdapApplication() * @generated */ EReference getCdapApplication_Artifact(); /** * Returns the meta object for class '{@link org.openecomp.ncomp.cdap.CdapArtifact Artifact}'. * * * @return the meta object for class 'Artifact'. * @see org.openecomp.ncomp.cdap.CdapArtifact * @generated */ EClass getCdapArtifact(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapArtifact#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see org.openecomp.ncomp.cdap.CdapArtifact#getVersion() * @see #getCdapArtifact() * @generated */ EAttribute getCdapArtifact_Version(); /** * Returns the meta object for the attribute '{@link org.openecomp.ncomp.cdap.CdapArtifact#getScope Scope}'. * * * @return the meta object for the attribute 'Scope'. * @see org.openecomp.ncomp.cdap.CdapArtifact#getScope() * @see #getCdapArtifact() * @generated */ EAttribute getCdapArtifact_Scope(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ CdapFactory getCdapFactory(); /** * * Defines literals for the meta objects that represent * * * @generated */ interface Literals { /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapAdaptorImpl Adaptor}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapAdaptorImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapAdaptor() * @generated */ EClass CDAP_ADAPTOR = eINSTANCE.getCdapAdaptor(); /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapClusterImpl Cluster}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapClusterImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapCluster() * @generated */ EClass CDAP_CLUSTER = eINSTANCE.getCdapCluster(); /** * The meta object literal for the 'Base Url' attribute feature. * * * @generated */ EAttribute CDAP_CLUSTER__BASE_URL = eINSTANCE.getCdapCluster_BaseUrl(); /** * The meta object literal for the 'Polling Frequency' attribute feature. * * * @generated */ EAttribute CDAP_CLUSTER__POLLING_FREQUENCY = eINSTANCE.getCdapCluster_PollingFrequency(); /** * The meta object literal for the 'Remote' attribute feature. * * * @generated */ EAttribute CDAP_CLUSTER__REMOTE = eINSTANCE.getCdapCluster_Remote(); /** * The meta object literal for the 'Configurations' containment reference list feature. * * * @generated */ EReference CDAP_CLUSTER__CONFIGURATIONS = eINSTANCE.getCdapCluster_Configurations(); /** * The meta object literal for the 'Namespaces' containment reference list feature. * * * @generated */ EReference CDAP_CLUSTER__NAMESPACES = eINSTANCE.getCdapCluster_Namespaces(); /** * The meta object literal for the 'Poll' operation. * * * @generated */ EOperation CDAP_CLUSTER___POLL = eINSTANCE.getCdapCluster__Poll(); /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapApiImpl Api}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapApiImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapApi() * @generated */ EClass CDAP_API = eINSTANCE.getCdapApi(); /** * The meta object literal for the 'Create Namespace' operation. * * * @generated */ EOperation CDAP_API___CREATE_NAMESPACE__STRING = eINSTANCE.getCdapApi__CreateNamespace__String(); /** * The meta object literal for the 'Delete Namespace' operation. * * * @generated */ EOperation CDAP_API___DELETE_NAMESPACE__STRING = eINSTANCE.getCdapApi__DeleteNamespace__String(); /** * The meta object literal for the 'Deploy App' operation. * * * @generated */ EOperation CDAP_API___DEPLOY_APP__STRING_STRING = eINSTANCE.getCdapApi__DeployApp__String_String(); /** * The meta object literal for the 'Load Artifact' operation. * * * @generated */ EOperation CDAP_API___LOAD_ARTIFACT__STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__LoadArtifact__String_String_String_String(); /** * The meta object literal for the 'Load Artifact With Config' operation. * * * @generated */ EOperation CDAP_API___LOAD_ARTIFACT_WITH_CONFIG__STRING_STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__LoadArtifactWithConfig__String_String_String_String_String(); /** * The meta object literal for the 'Delete Artifact' operation. * * * @generated */ EOperation CDAP_API___DELETE_ARTIFACT__STRING_STRING_STRING = eINSTANCE.getCdapApi__DeleteArtifact__String_String_String(); /** * The meta object literal for the 'Start Flow' operation. * * * @generated */ EOperation CDAP_API___START_FLOW__STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__StartFlow__String_String_String_String(); /** * The meta object literal for the 'Start Worker' operation. * * * @generated */ EOperation CDAP_API___START_WORKER__STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__StartWorker__String_String_String_String(); /** * The meta object literal for the 'Start Service' operation. * * * @generated */ EOperation CDAP_API___START_SERVICE__STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__StartService__String_String_String_String(); /** * The meta object literal for the 'Start App' operation. * * * @generated */ EOperation CDAP_API___START_APP__STRING_STRING = eINSTANCE.getCdapApi__StartApp__String_String(); /** * The meta object literal for the 'Stop App' operation. * * * @generated */ EOperation CDAP_API___STOP_APP__STRING_STRING = eINSTANCE.getCdapApi__StopApp__String_String(); /** * The meta object literal for the 'Delete App' operation. * * * @generated */ EOperation CDAP_API___DELETE_APP__STRING_STRING = eINSTANCE.getCdapApi__DeleteApp__String_String(); /** * The meta object literal for the 'Load Preferences App' operation. * * * @generated */ EOperation CDAP_API___LOAD_PREFERENCES_APP__STRING_STRING_STRING = eINSTANCE.getCdapApi__LoadPreferencesApp__String_String_String(); /** * The meta object literal for the 'Load Preferences Flow' operation. * * * @generated */ EOperation CDAP_API___LOAD_PREFERENCES_FLOW__STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__LoadPreferencesFlow__String_String_String_String(); /** * The meta object literal for the 'Load Preferences Name Space' operation. * * * @generated */ EOperation CDAP_API___LOAD_PREFERENCES_NAME_SPACE__STRING_STRING = eINSTANCE.getCdapApi__LoadPreferencesNameSpace__String_String(); /** * The meta object literal for the 'Set Preferences App' operation. * * * @generated */ EOperation CDAP_API___SET_PREFERENCES_APP__STRING_STRING_STRING = eINSTANCE.getCdapApi__SetPreferencesApp__String_String_String(); /** * The meta object literal for the 'Set Preferences Flow' operation. * * * @generated */ EOperation CDAP_API___SET_PREFERENCES_FLOW__STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__SetPreferencesFlow__String_String_String_String(); /** * The meta object literal for the 'Set Preferences Worker' operation. * * * @generated */ EOperation CDAP_API___SET_PREFERENCES_WORKER__STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__SetPreferencesWorker__String_String_String_String(); /** * The meta object literal for the 'Set Preferences Service' operation. * * * @generated */ EOperation CDAP_API___SET_PREFERENCES_SERVICE__STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__SetPreferencesService__String_String_String_String(); /** * The meta object literal for the 'Set Preferences Name Space' operation. * * * @generated */ EOperation CDAP_API___SET_PREFERENCES_NAME_SPACE__STRING_STRING = eINSTANCE.getCdapApi__SetPreferencesNameSpace__String_String(); /** * The meta object literal for the 'Set Flow Run Time Args' operation. * * * @generated */ EOperation CDAP_API___SET_FLOW_RUN_TIME_ARGS__STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__SetFlowRunTimeArgs__String_String_String_String(); /** * The meta object literal for the 'Set Flowlet Instances' operation. * * * @generated */ EOperation CDAP_API___SET_FLOWLET_INSTANCES__STRING_STRING_STRING_STRING_INT = eINSTANCE.getCdapApi__SetFlowletInstances__String_String_String_String_int(); /** * The meta object literal for the 'Stop Flow' operation. * * * @generated */ EOperation CDAP_API___STOP_FLOW__STRING_STRING_STRING = eINSTANCE.getCdapApi__StopFlow__String_String_String(); /** * The meta object literal for the 'Stop Worker' operation. * * * @generated */ EOperation CDAP_API___STOP_WORKER__STRING_STRING_STRING = eINSTANCE.getCdapApi__StopWorker__String_String_String(); /** * The meta object literal for the 'Stop Service' operation. * * * @generated */ EOperation CDAP_API___STOP_SERVICE__STRING_STRING_STRING = eINSTANCE.getCdapApi__StopService__String_String_String(); /** * The meta object literal for the 'Truncate Data Set' operation. * * * @generated */ EOperation CDAP_API___TRUNCATE_DATA_SET__STRING_STRING = eINSTANCE.getCdapApi__TruncateDataSet__String_String(); /** * The meta object literal for the 'Delete Dataset' operation. * * * @generated */ EOperation CDAP_API___DELETE_DATASET__STRING_STRING = eINSTANCE.getCdapApi__DeleteDataset__String_String(); /** * The meta object literal for the 'Create Stream' operation. * * * @generated */ EOperation CDAP_API___CREATE_STREAM__STRING_STRING = eINSTANCE.getCdapApi__CreateStream__String_String(); /** * The meta object literal for the 'Delete Stream' operation. * * * @generated */ EOperation CDAP_API___DELETE_STREAM__STRING_STRING = eINSTANCE.getCdapApi__DeleteStream__String_String(); /** * The meta object literal for the 'Get Stream Events' operation. * * * @generated */ EOperation CDAP_API___GET_STREAM_EVENTS__STRING_STRING_STRING_STRING_INT = eINSTANCE.getCdapApi__GetStreamEvents__String_String_String_String_int(); /** * The meta object literal for the 'Get Stream Stats' operation. * * * @generated */ EOperation CDAP_API___GET_STREAM_STATS__STRING_STRING_STRING_STRING_INT = eINSTANCE.getCdapApi__GetStreamStats__String_String_String_String_int(); /** * The meta object literal for the 'Send Event To Stream' operation. * * * @generated */ EOperation CDAP_API___SEND_EVENT_TO_STREAM__STRING_STRING_STRING = eINSTANCE.getCdapApi__SendEventToStream__String_String_String(); /** * The meta object literal for the 'Trucate Stream' operation. * * * @generated */ EOperation CDAP_API___TRUCATE_STREAM__STRING_STRING = eINSTANCE.getCdapApi__TrucateStream__String_String(); /** * The meta object literal for the 'Set Stream Properties' operation. * * * @generated */ EOperation CDAP_API___SET_STREAM_PROPERTIES__STRING_STRING_STRING = eINSTANCE.getCdapApi__SetStreamProperties__String_String_String(); /** * The meta object literal for the 'Restart App' operation. * * * @generated */ EOperation CDAP_API___RESTART_APP__STRING_STRING_STRING = eINSTANCE.getCdapApi__RestartApp__String_String_String(); /** * The meta object literal for the 'Create App' operation. * * * @generated */ EOperation CDAP_API___CREATE_APP__STRING_STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__CreateApp__String_String_String_String_String(); /** * The meta object literal for the 'Create App With Config' operation. * * * @generated */ EOperation CDAP_API___CREATE_APP_WITH_CONFIG__STRING_STRING_STRING_STRING_STRING_STRING = eINSTANCE.getCdapApi__CreateAppWithConfig__String_String_String_String_String_String(); /** * The meta object literal for the 'Set Dataset Properties' operation. * * * @generated */ EOperation CDAP_API___SET_DATASET_PROPERTIES__STRING_STRING_STRING = eINSTANCE.getCdapApi__SetDatasetProperties__String_String_String(); /** * The meta object literal for the 'Set Stream TTL' operation. * * * @generated */ EOperation CDAP_API___SET_STREAM_TTL__STRING_STRING_INT = eINSTANCE.getCdapApi__SetStreamTTL__String_String_int(); /** * The meta object literal for the 'Suspend Schedule' operation. * * * @generated */ EOperation CDAP_API___SUSPEND_SCHEDULE__STRING_STRING_STRING = eINSTANCE.getCdapApi__SuspendSchedule__String_String_String(); /** * The meta object literal for the 'Resume Schedule' operation. * * * @generated */ EOperation CDAP_API___RESUME_SCHEDULE__STRING_STRING_STRING = eINSTANCE.getCdapApi__ResumeSchedule__String_String_String(); /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapConfigurationImpl Configuration}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapConfigurationImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapConfiguration() * @generated */ EClass CDAP_CONFIGURATION = eINSTANCE.getCdapConfiguration(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute CDAP_CONFIGURATION__VALUE = eINSTANCE.getCdapConfiguration_Value(); /** * The meta object literal for the 'Source' attribute feature. * * * @generated */ EAttribute CDAP_CONFIGURATION__SOURCE = eINSTANCE.getCdapConfiguration_Source(); /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapNamespaceImpl Namespace}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapNamespaceImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapNamespace() * @generated */ EClass CDAP_NAMESPACE = eINSTANCE.getCdapNamespace(); /** * The meta object literal for the 'Description' attribute feature. * * * @generated */ EAttribute CDAP_NAMESPACE__DESCRIPTION = eINSTANCE.getCdapNamespace_Description(); /** * The meta object literal for the 'Config' containment reference list feature. * * * @generated */ EReference CDAP_NAMESPACE__CONFIG = eINSTANCE.getCdapNamespace_Config(); /** * The meta object literal for the 'Datasets' containment reference list feature. * * * @generated */ EReference CDAP_NAMESPACE__DATASETS = eINSTANCE.getCdapNamespace_Datasets(); /** * The meta object literal for the 'Applications' containment reference list feature. * * * @generated */ EReference CDAP_NAMESPACE__APPLICATIONS = eINSTANCE.getCdapNamespace_Applications(); /** * The meta object literal for the 'Cluster' container reference feature. * * * @generated */ EReference CDAP_NAMESPACE__CLUSTER = eINSTANCE.getCdapNamespace_Cluster(); /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapKeyPairImpl Key Pair}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapKeyPairImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapKeyPair() * @generated */ EClass CDAP_KEY_PAIR = eINSTANCE.getCdapKeyPair(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute CDAP_KEY_PAIR__VALUE = eINSTANCE.getCdapKeyPair_Value(); /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapEntityWithPreferencesImpl Entity With Preferences}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapEntityWithPreferencesImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapEntityWithPreferences() * @generated */ EClass CDAP_ENTITY_WITH_PREFERENCES = eINSTANCE.getCdapEntityWithPreferences(); /** * The meta object literal for the 'Preferences' containment reference list feature. * * * @generated */ EReference CDAP_ENTITY_WITH_PREFERENCES__PREFERENCES = eINSTANCE.getCdapEntityWithPreferences_Preferences(); /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapDatasetImpl Dataset}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapDatasetImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapDataset() * @generated */ EClass CDAP_DATASET = eINSTANCE.getCdapDataset(); /** * The meta object literal for the 'Type' attribute feature. * * * @generated */ EAttribute CDAP_DATASET__TYPE = eINSTANCE.getCdapDataset_Type(); /** * The meta object literal for the 'Properties' containment reference list feature. * * * @generated */ EReference CDAP_DATASET__PROPERTIES = eINSTANCE.getCdapDataset_Properties(); /** * The meta object literal for the 'Schema' containment reference feature. * * * @generated */ EReference CDAP_DATASET__SCHEMA = eINSTANCE.getCdapDataset_Schema(); /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapDatasetSchemaImpl Dataset Schema}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapDatasetSchemaImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapDatasetSchema() * @generated */ EClass CDAP_DATASET_SCHEMA = eINSTANCE.getCdapDatasetSchema(); /** * The meta object literal for the 'Type' attribute feature. * * * @generated */ EAttribute CDAP_DATASET_SCHEMA__TYPE = eINSTANCE.getCdapDatasetSchema_Type(); /** * The meta object literal for the 'Fields' containment reference list feature. * * * @generated */ EReference CDAP_DATASET_SCHEMA__FIELDS = eINSTANCE.getCdapDatasetSchema_Fields(); /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapDatasetSchemaFieldImpl Dataset Schema Field}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapDatasetSchemaFieldImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapDatasetSchemaField() * @generated */ EClass CDAP_DATASET_SCHEMA_FIELD = eINSTANCE.getCdapDatasetSchemaField(); /** * The meta object literal for the 'Type' attribute feature. * * * @generated */ EAttribute CDAP_DATASET_SCHEMA_FIELD__TYPE = eINSTANCE.getCdapDatasetSchemaField_Type(); /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapApplicationImpl Application}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapApplicationImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapApplication() * @generated */ EClass CDAP_APPLICATION = eINSTANCE.getCdapApplication(); /** * The meta object literal for the 'Type' attribute feature. * * * @generated */ EAttribute CDAP_APPLICATION__TYPE = eINSTANCE.getCdapApplication_Type(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute CDAP_APPLICATION__ID = eINSTANCE.getCdapApplication_Id(); /** * The meta object literal for the 'Version' attribute feature. * * * @generated */ EAttribute CDAP_APPLICATION__VERSION = eINSTANCE.getCdapApplication_Version(); /** * The meta object literal for the 'Description' attribute feature. * * * @generated */ EAttribute CDAP_APPLICATION__DESCRIPTION = eINSTANCE.getCdapApplication_Description(); /** * The meta object literal for the 'Artifact' containment reference feature. * * * @generated */ EReference CDAP_APPLICATION__ARTIFACT = eINSTANCE.getCdapApplication_Artifact(); /** * The meta object literal for the '{@link org.openecomp.ncomp.cdap.impl.CdapArtifactImpl Artifact}' class. * * * @see org.openecomp.ncomp.cdap.impl.CdapArtifactImpl * @see org.openecomp.ncomp.cdap.impl.CdapPackageImpl#getCdapArtifact() * @generated */ EClass CDAP_ARTIFACT = eINSTANCE.getCdapArtifact(); /** * The meta object literal for the 'Version' attribute feature. * * * @generated */ EAttribute CDAP_ARTIFACT__VERSION = eINSTANCE.getCdapArtifact_Version(); /** * The meta object literal for the 'Scope' attribute feature. * * * @generated */ EAttribute CDAP_ARTIFACT__SCOPE = eINSTANCE.getCdapArtifact_Scope(); } } //CdapPackage