Package com.e1c.g5.v8.dt.md.aindex.model
Interface AdditionalIndex
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AdditionalIndexImpl
A representation of the model object 'Additional Index'.
The following features are supported:
-
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<IndexField>Returns the value of the 'Additional Fields' containment reference list.getId()Returns the value of the 'Id' attribute.org.eclipse.emf.common.util.EList<IndexField>Returns the value of the 'Indexed Fields' containment reference list.getName()Returns the value of the 'Name' attribute.getTable()Returns the value of the 'Table' reference.voidSets the value of the 'Id' attribute.voidSets the value of the 'Name' attribute.voidSets the value of the 'Table' 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
-
getId
UUID getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' 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:
-
getTable
Table getTable()Returns the value of the 'Table' reference.- Returns:
- the value of the 'Table' reference.
- See Also:
-
setTable
Sets the value of the 'Table' reference.- Parameters:
value- the new value of the 'Table' reference.- See Also:
-
getIndexedFields
org.eclipse.emf.common.util.EList<IndexField> getIndexedFields()Returns the value of the 'Indexed Fields' containment reference list. The list contents are of typeIndexField.- Returns:
- the value of the 'Indexed Fields' containment reference list.
- See Also:
-
getAdditionalFields
org.eclipse.emf.common.util.EList<IndexField> getAdditionalFields()Returns the value of the 'Additional Fields' containment reference list. The list contents are of typeIndexField.- Returns:
- the value of the 'Additional Fields' containment reference list.
- See Also:
-