Interface Column
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ColumnImpl
A representation of the model object 'Column'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Indexing' attribute.org.eclipse.emf.common.util.EList<DocumentAttribute>
Returns the value of the 'References' reference list.void
setIndexing
(Indexing value) Sets the value of the 'Indexing
' attribute.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.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getIndexing
Indexing getIndexing()Returns the value of the 'Indexing' attribute. The literals are from the enumerationIndexing
.- Returns:
- the value of the 'Indexing' attribute.
- See Also:
-
setIndexing
Sets the value of the 'Indexing
' attribute.- Parameters:
value
- the new value of the 'Indexing' attribute.- See Also:
-
getReferences
org.eclipse.emf.common.util.EList<DocumentAttribute> getReferences()Returns the value of the 'References' reference list. The list contents are of typeDocumentAttribute
.- Returns:
- the value of the 'References' reference list.
- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-