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
A representation of the model object 'Abstract Data Path'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<String>
Returns the value of the 'Extra Paths' attribute list.org.eclipse.emf.common.util.EList<DataPathReferredObject>
Returns the value of the 'Objects' containment reference list.org.eclipse.emf.common.util.EList<String>
Returns the value of the 'Segments' attribute list.toString()
boolean
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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
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:
-
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:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
toString
String toString()
-