Package com._1c.g5.v8.dt.ql.model
Interface FieldWithCasting
- All Superinterfaces:
AbstractExpression
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
FieldWithCastingImpl
A representation of the model object 'Field With Casting'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Cast Operation' containment reference.Returns the value of the 'Item Db View' reference.getTable()
Returns the value of the 'Table' containment reference.boolean
Returns the value of the 'All Fields' attribute.void
setAllFields
(boolean value) Sets the value of the 'All Fields
' attribute.void
Sets the value of the 'Cast Operation
' containment reference.void
setItemDbView
(DbViewElement value) Sets the value of the 'Item Db View
' reference.void
setTable
(ACommonExpression value) Sets the value of the 'Table
' containment reference.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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTable
ACommonExpression getTable()Returns the value of the 'Table' containment reference.- Returns:
- the value of the 'Table' containment reference.
- See Also:
-
setTable
Sets the value of the 'Table
' containment reference.- Parameters:
value
- the new value of the 'Table' containment reference.- See Also:
-
getCastOperation
CastOperationExpression getCastOperation()Returns the value of the 'Cast Operation' containment reference.- Returns:
- the value of the 'Cast Operation' containment reference.
- See Also:
-
setCastOperation
Sets the value of the 'Cast Operation
' containment reference.- Parameters:
value
- the new value of the 'Cast Operation' containment reference.- See Also:
-
isAllFields
boolean isAllFields()Returns the value of the 'All Fields' attribute.- Returns:
- the value of the 'All Fields' attribute.
- See Also:
-
setAllFields
void setAllFields(boolean value) Sets the value of the 'All Fields
' attribute.- Parameters:
value
- the new value of the 'All Fields' attribute.- See Also:
-
getItemDbView
DbViewElement getItemDbView()Returns the value of the 'Item Db View' reference.- Returns:
- the value of the 'Item Db View' reference.
- See Also:
-
setItemDbView
Sets the value of the 'Item Db View
' reference.- Parameters:
value
- the new value of the 'Item Db View' reference.- See Also:
-