Interface Column
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ColumnImpl
public interface Column extends MdObject
A representation of the model object 'Column'.The following features are supported:
- See Also:
MdClassPackage.getColumn()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Indexing
getIndexing()
Returns the value of the 'Indexing' attribute.org.eclipse.emf.common.util.EList<DocumentAttribute>
getReferences()
Returns the value of the 'References' reference list.void
setIndexing(Indexing value)
Sets the value of the 'Indexing
' attribute.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.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
-
-
-
Method Detail
-
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:
Indexing
,setIndexing(Indexing)
,MdClassPackage.getColumn_Indexing()
-
setIndexing
void setIndexing(Indexing value)
Sets the value of the 'Indexing
' attribute.- Parameters:
value
- the new value of the 'Indexing' attribute.- See Also:
Indexing
,getIndexing()
-
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:
MdClassPackage.getColumn_References()
-
-