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 SummaryModifier 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getPresentationString getPresentation()Returns the value of the 'Presentation' attribute.- Returns:
- the value of the 'Presentation' attribute.
- See Also:
 
- 
setPresentationSets the value of the 'Presentation' attribute.- Parameters:
- value- the new value of the 'Presentation' attribute.
- See Also:
 
 
-