Package com._1c.g5.v8.dt.form.model
Interface AbstractDataPath
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DataPath
,IrresolvableDataPath
,MultiLanguageDataPath
- All Known Implementing Classes:
AbstractDataPathImpl
,DataPathImpl
,IrresolvableDataPathImpl
,MultiLanguageDataPathImpl
public interface AbstractDataPath extends IBmObject
A representation of the model object 'Abstract Data Path'.The following features are supported:
- See Also:
FormPackage.getAbstractDataPath()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<String>
getExtraPaths()
Returns the value of the 'Extra Paths' attribute list.org.eclipse.emf.common.util.EList<DataPathReferredObject>
getObjects()
Returns the value of the 'Objects' containment reference list.org.eclipse.emf.common.util.EList<String>
getSegments()
Returns the value of the 'Segments' attribute list.String
toString()
boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
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.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getSegments
org.eclipse.emf.common.util.EList<String> getSegments()
Returns the value of the 'Segments' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Segments' attribute list.
- See Also:
FormPackage.getAbstractDataPath_Segments()
-
getObjects
org.eclipse.emf.common.util.EList<DataPathReferredObject> getObjects()
Returns the value of the 'Objects' containment reference list. The list contents are of typeDataPathReferredObject
.- Returns:
- the value of the 'Objects' containment reference list.
- See Also:
FormPackage.getAbstractDataPath_Objects()
-
getExtraPaths
org.eclipse.emf.common.util.EList<String> getExtraPaths()
Returns the value of the 'Extra Paths' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Extra Paths' attribute list.
- See Also:
FormPackage.getAbstractDataPath_ExtraPaths()
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
-