Interface ExternalDataSource
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExternalDataSourceImpl
A representation of the model object 'External Data Source'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Cube>getCubes()Returns the value of the 'Cubes' reference list.Returns the value of the 'Data Lock Control Mode' attribute.org.eclipse.emf.common.util.EList<Function>Returns the value of the 'Functions' containment reference list.Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.ecore.EObjectReturns the value of the 'Suppress Object' reference.org.eclipse.emf.common.util.EList<Table>Returns the value of the 'Tables' reference list.voidSets the value of the 'Data Lock Control Mode' attribute.voidSets the value of the 'Produced Types' containment reference.voidsetSuppressObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object' reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getProducedTypes
ExternalDataSourceTypes getProducedTypes()Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
-
setProducedTypes
Sets the value of the 'Produced Types' containment reference.- Parameters:
value- the new value of the 'Produced Types' containment reference.- See Also:
-
getDataLockControlMode
DefaultDataLockControlMode getDataLockControlMode()Returns the value of the 'Data Lock Control Mode' attribute. The literals are from the enumerationDefaultDataLockControlMode.- Returns:
- the value of the 'Data Lock Control Mode' attribute.
- See Also:
-
setDataLockControlMode
Sets the value of the 'Data Lock Control Mode' attribute.- Parameters:
value- the new value of the 'Data Lock Control Mode' attribute.- See Also:
-
getTables
org.eclipse.emf.common.util.EList<Table> getTables()Returns the value of the 'Tables' reference list. The list contents are of typeTable.- Returns:
- the value of the 'Tables' reference list.
- See Also:
-
getCubes
org.eclipse.emf.common.util.EList<Cube> getCubes()Returns the value of the 'Cubes' reference list. The list contents are of typeCube.- Returns:
- the value of the 'Cubes' reference list.
- See Also:
-
getFunctions
org.eclipse.emf.common.util.EList<Function> getFunctions()Returns the value of the 'Functions' containment reference list. The list contents are of typeFunction.- Returns:
- the value of the 'Functions' containment reference list.
- See Also:
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object' reference.- Parameters:
value- the new value of the 'Suppress Object' reference.- See Also:
-