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.EObjectA representation of the model object 'Abstract Query Schema Presentation'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPresentation()Returns the value of the 'Presentation' attribute.voidsetPresentation(String value)Sets the value of the 'Presentation' attribute.
 
- 
- 
- 
Method Detail- 
getPresentationString getPresentation() Returns the value of the 'Presentation' attribute.- Returns:
- the value of the 'Presentation' attribute.
- See Also:
- setPresentation(String),- QlPackage.getAbstractQuerySchemaPresentation_Presentation()
 
 - 
setPresentationvoid setPresentation(String value) Sets the value of the 'Presentation' attribute.- Parameters:
- value- the new value of the 'Presentation' attribute.
- See Also:
- getPresentation()
 
 
- 
 
-