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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPresentation()
Returns the value of the 'Presentation' attribute.void
setPresentation(String value)
Sets the value of the 'Presentation
' attribute.
-
-
-
Method Detail
-
getPresentation
String getPresentation()
Returns the value of the 'Presentation' attribute.- Returns:
- the value of the 'Presentation' attribute.
- See Also:
setPresentation(String)
,QlPackage.getAbstractQuerySchemaPresentation_Presentation()
-
setPresentation
void setPresentation(String value)
Sets the value of the 'Presentation
' attribute.- Parameters:
value
- the new value of the 'Presentation' attribute.- See Also:
getPresentation()
-
-