Package com._1c.g5.v8.dt.ql.model.impl
Class FunctionExpressionImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
- com._1c.g5.v8.bm.core.BmObject
-
- com._1c.g5.v8.dt.ql.model.impl.AbstractExpressionImpl
-
- com._1c.g5.v8.dt.ql.model.impl.FunctionExpressionImpl
-
- All Implemented Interfaces:
IBmObject,DuallyNamedElement,NamedElement,AbstractExpression,FunctionExpression,org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder,org.eclipse.emf.ecore.InternalEObject
- Direct Known Subclasses:
DerivedFunctionExpressionImpl
public class FunctionExpressionImpl extends AbstractExpressionImpl implements FunctionExpression
An implementation of the model object 'Function Expression'.The following features are implemented:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFunctionExpressionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inteBaseStructuralFeatureID(int derivedFeatureID, Class<?> baseClass)inteDerivedStructuralFeatureID(int baseFeatureID, Class<?> baseClass)protected org.eclipse.emf.ecore.EClasseStaticClass()IAdditionalExpressionCheckergetAdditionalParam()org.eclipse.emf.common.util.EList<String>getAllowedPeriodType()intgetMaxNumParams()intgetMinNumParams()StringgetName()StringgetNameRu()org.eclipse.emf.common.util.EList<TypeDescription>getParamTypes()TypeDescriptiongetReturnType()booleanisAggregate()booleanisDistinct()voidsetAdditionalParam(IAdditionalExpressionChecker newAdditionalParam)voidsetAggregate(boolean newAggregate)voidsetDistinct(boolean newDistinct)voidsetMaxNumParams(int newMaxNumParams)voidsetMinNumParams(int newMinNumParams)voidsetName(String newName)voidsetNameRu(String newNameRu)voidsetReturnType(TypeDescription newReturnType)-
Methods inherited from class com._1c.g5.v8.dt.ql.model.impl.AbstractExpressionImpl
eStaticFeatureCount
-
Methods inherited from class com._1c.g5.v8.bm.core.BmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty, createFeatureMap, createList, dynamicGet, dynamicSet, dynamicUnset, eBasicSetContainer, eBasicSetContainer, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDirectResource, eGet, eHasSettings, eInternalContainer, eInternalResource, eInverseAdd, eNotificationRequired, eNotify, equals, eResolveProxy, eSetDirectResource, eSetStore, eSettings, eStore, hashCode
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
eBasicContainerFeatureID, eBasicInternalContainer, eDerivedStructuralFeatureID, eDynamicIsSet, eIsCaching
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eContents, eCrossReferences, eDeliver, eDynamicClass, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResource, eSet, eSet, eSetResource, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClassin classAbstractExpressionImpl
-
getName
public String getName()
- Specified by:
getNamein interfaceNamedElement- Returns:
- the value of the 'Name' attribute.
- See Also:
NamedElement.setName(String),McorePackage.getNamedElement_Name()
-
setName
public void setName(String newName)
- Specified by:
setNamein interfaceNamedElement- Parameters:
newName- the new value of the 'Name' attribute.- See Also:
NamedElement.getName()
-
getNameRu
public String getNameRu()
- Specified by:
getNameRuin interfaceDuallyNamedElement- Returns:
- the value of the 'Name Ru' attribute.
- See Also:
DuallyNamedElement.setNameRu(String),McorePackage.getDuallyNamedElement_NameRu()
-
setNameRu
public void setNameRu(String newNameRu)
- Specified by:
setNameRuin interfaceDuallyNamedElement- Parameters:
newNameRu- the new value of the 'Name Ru' attribute.- See Also:
DuallyNamedElement.getNameRu()
-
isDistinct
public boolean isDistinct()
- Specified by:
isDistinctin interfaceFunctionExpression- Returns:
- the value of the 'Distinct' attribute.
- See Also:
FunctionExpression.setDistinct(boolean),QlPackage.getFunctionExpression_Distinct()
-
setDistinct
public void setDistinct(boolean newDistinct)
- Specified by:
setDistinctin interfaceFunctionExpression- Parameters:
newDistinct- the new value of the 'Distinct' attribute.- See Also:
FunctionExpression.isDistinct()
-
isAggregate
public boolean isAggregate()
- Specified by:
isAggregatein interfaceFunctionExpression- Returns:
- the value of the 'Aggregate' attribute.
- See Also:
FunctionExpression.setAggregate(boolean),QlPackage.getFunctionExpression_Aggregate()
-
setAggregate
public void setAggregate(boolean newAggregate)
- Specified by:
setAggregatein interfaceFunctionExpression- Parameters:
newAggregate- the new value of the 'Aggregate' attribute.- See Also:
FunctionExpression.isAggregate()
-
getMinNumParams
public int getMinNumParams()
- Specified by:
getMinNumParamsin interfaceFunctionExpression- Returns:
- the value of the 'Min Num Params' attribute.
- See Also:
FunctionExpression.setMinNumParams(int),QlPackage.getFunctionExpression_MinNumParams()
-
setMinNumParams
public void setMinNumParams(int newMinNumParams)
- Specified by:
setMinNumParamsin interfaceFunctionExpression- Parameters:
newMinNumParams- the new value of the 'Min Num Params' attribute.- See Also:
FunctionExpression.getMinNumParams()
-
getMaxNumParams
public int getMaxNumParams()
- Specified by:
getMaxNumParamsin interfaceFunctionExpression- Returns:
- the value of the 'Max Num Params' attribute.
- See Also:
FunctionExpression.setMaxNumParams(int),QlPackage.getFunctionExpression_MaxNumParams()
-
setMaxNumParams
public void setMaxNumParams(int newMaxNumParams)
- Specified by:
setMaxNumParamsin interfaceFunctionExpression- Parameters:
newMaxNumParams- the new value of the 'Max Num Params' attribute.- See Also:
FunctionExpression.getMaxNumParams()
-
getAllowedPeriodType
public org.eclipse.emf.common.util.EList<String> getAllowedPeriodType()
- Specified by:
getAllowedPeriodTypein interfaceFunctionExpression- Returns:
- the value of the 'Allowed Period Type' attribute list.
- See Also:
QlPackage.getFunctionExpression_AllowedPeriodType()
-
getReturnType
public TypeDescription getReturnType()
- Specified by:
getReturnTypein interfaceFunctionExpression- Returns:
- the value of the 'Return Type' reference.
- See Also:
FunctionExpression.setReturnType(TypeDescription),QlPackage.getFunctionExpression_ReturnType()
-
setReturnType
public void setReturnType(TypeDescription newReturnType)
- Specified by:
setReturnTypein interfaceFunctionExpression- Parameters:
newReturnType- the new value of the 'Return Type' reference.- See Also:
FunctionExpression.getReturnType()
-
getParamTypes
public org.eclipse.emf.common.util.EList<TypeDescription> getParamTypes()
- Specified by:
getParamTypesin interfaceFunctionExpression- Returns:
- the value of the 'Param Types' reference list.
- See Also:
QlPackage.getFunctionExpression_ParamTypes()
-
getAdditionalParam
public IAdditionalExpressionChecker getAdditionalParam()
- Specified by:
getAdditionalParamin interfaceFunctionExpression- Returns:
- the value of the 'Additional Param' attribute.
- See Also:
FunctionExpression.setAdditionalParam(IAdditionalExpressionChecker),QlPackage.getFunctionExpression_AdditionalParam()
-
setAdditionalParam
public void setAdditionalParam(IAdditionalExpressionChecker newAdditionalParam)
- Specified by:
setAdditionalParamin interfaceFunctionExpression- Parameters:
newAdditionalParam- the new value of the 'Additional Param' attribute.- See Also:
FunctionExpression.getAdditionalParam()
-
eBaseStructuralFeatureID
public int eBaseStructuralFeatureID(int derivedFeatureID, Class<?> baseClass)- Specified by:
eBaseStructuralFeatureIDin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eBaseStructuralFeatureIDin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eDerivedStructuralFeatureID
public int eDerivedStructuralFeatureID(int baseFeatureID, Class<?> baseClass)- Specified by:
eDerivedStructuralFeatureIDin interfaceorg.eclipse.emf.ecore.InternalEObject- Overrides:
eDerivedStructuralFeatureIDin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
-