Package com._1c.g5.v8.dt.ql.model
Interface AbstractQuerySchemaPresentation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AbstractQuerySchemaPresentationImpl
public interface AbstractQuerySchemaPresentation
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Abstract Query Schema Presentation'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Presentation' attribute.voidsetPresentation(String value) Sets the value of the 'Presentation' attribute.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getPresentation
String getPresentation()Returns the value of the 'Presentation' attribute.- Returns:
- the value of the 'Presentation' attribute.
- See Also:
-
setPresentation
Sets the value of the 'Presentation' attribute.- Parameters:
value- the new value of the 'Presentation' attribute.- See Also:
-