Package com.e1c.g5.v8.dt.md.aindex.model
Interface IndexField
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
IndexFieldImpl
A representation of the model object 'Index Field'.
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 TypeMethodDescriptiongetName()Returns the value of the 'Name' attribute.Returns the value of the 'Name Ru' attribute.getPath()Returns the value of the 'Path' attribute.org.eclipse.emf.ecore.EObjectReturns the value of the 'Source' reference.voidSets the value of the 'Name' attribute.voidSets the value of the 'Name Ru' attribute.voidSets the value of the 'Path' attribute.voidsetSource(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Source' 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.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetPropertyMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPath
String getPath()Returns the value of the 'Path' attribute.- Returns:
- the value of the 'Path' attribute.
- See Also:
-
setPath
Sets the value of the 'Path' attribute.- Parameters:
value- the new value of the 'Path' attribute.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
getNameRu
String getNameRu()Returns the value of the 'Name Ru' attribute.- Returns:
- the value of the 'Name Ru' attribute.
- See Also:
-
setNameRu
Sets the value of the 'Name Ru' attribute.- Parameters:
value- the new value of the 'Name Ru' attribute.- See Also:
-
getSource
org.eclipse.emf.ecore.EObject getSource()Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
-
setSource
void setSource(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Source' reference.- Parameters:
value- the new value of the 'Source' reference.- See Also:
-