Interface ExternalDataSource
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExternalDataSourceImpl
public interface ExternalDataSource extends MdObject
A representation of the model object 'External Data Source'.The following features are supported:
- See Also:
MdClassPackage.getExternalDataSource()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Cube>getCubes()Returns the value of the 'Cubes' reference list.DefaultDataLockControlModegetDataLockControlMode()Returns the value of the 'Data Lock Control Mode' attribute.org.eclipse.emf.common.util.EList<Function>getFunctions()Returns the value of the 'Functions' containment reference list.ExternalDataSourceTypesgetProducedTypes()Returns the value of the 'Produced Types' containment reference.org.eclipse.emf.ecore.EObjectgetSuppressObject()Returns the value of the 'Suppress Object' reference.org.eclipse.emf.common.util.EList<Table>getTables()Returns the value of the 'Tables' reference list.voidsetDataLockControlMode(DefaultDataLockControlMode value)Sets the value of the 'Data Lock Control Mode' attribute.voidsetProducedTypes(ExternalDataSourceTypes value)Sets 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, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
-
-
-
Method Detail
-
getProducedTypes
ExternalDataSourceTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(ExternalDataSourceTypes),MdClassPackage.getExternalDataSource_ProducedTypes()
-
setProducedTypes
void setProducedTypes(ExternalDataSourceTypes value)
Sets the value of the 'Produced Types' containment reference.- Parameters:
value- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
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:
DefaultDataLockControlMode,setDataLockControlMode(DefaultDataLockControlMode),MdClassPackage.getExternalDataSource_DataLockControlMode()
-
setDataLockControlMode
void setDataLockControlMode(DefaultDataLockControlMode value)
Sets the value of the 'Data Lock Control Mode' attribute.- Parameters:
value- the new value of the 'Data Lock Control Mode' attribute.- See Also:
DefaultDataLockControlMode,getDataLockControlMode()
-
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:
MdClassPackage.getExternalDataSource_Tables()
-
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:
MdClassPackage.getExternalDataSource_Cubes()
-
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:
MdClassPackage.getExternalDataSource_Functions()
-
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(EObject),MdClassPackage.getExternalDataSource_SuppressObject()
-
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:
getSuppressObject()
-
-