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 protected
FunctionExpressionImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
eBaseStructuralFeatureID(int derivedFeatureID, Class<?> baseClass)
int
eDerivedStructuralFeatureID(int baseFeatureID, Class<?> baseClass)
protected org.eclipse.emf.ecore.EClass
eStaticClass()
IAdditionalExpressionChecker
getAdditionalParam()
org.eclipse.emf.common.util.EList<String>
getAllowedPeriodType()
int
getMaxNumParams()
int
getMinNumParams()
String
getName()
String
getNameRu()
org.eclipse.emf.common.util.EList<TypeDescription>
getParamTypes()
TypeDescription
getReturnType()
boolean
isAggregate()
boolean
isDistinct()
void
setAdditionalParam(IAdditionalExpressionChecker newAdditionalParam)
void
setAggregate(boolean newAggregate)
void
setDistinct(boolean newDistinct)
void
setMaxNumParams(int newMaxNumParams)
void
setMinNumParams(int newMinNumParams)
void
setName(String newName)
void
setNameRu(String newNameRu)
void
setReturnType(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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData, 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:
eStaticClass
in classAbstractExpressionImpl
-
getName
public String getName()
- Specified by:
getName
in interfaceNamedElement
- Returns:
- the value of the 'Name' attribute.
- See Also:
NamedElement.setName(String)
,McorePackage.getNamedElement_Name()
-
setName
public void setName(String newName)
- Specified by:
setName
in interfaceNamedElement
- Parameters:
newName
- the new value of the 'Name' attribute.- See Also:
NamedElement.getName()
-
getNameRu
public String getNameRu()
- Specified by:
getNameRu
in 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:
setNameRu
in interfaceDuallyNamedElement
- Parameters:
newNameRu
- the new value of the 'Name Ru' attribute.- See Also:
DuallyNamedElement.getNameRu()
-
isDistinct
public boolean isDistinct()
- Specified by:
isDistinct
in interfaceFunctionExpression
- Returns:
- the value of the 'Distinct' attribute.
- See Also:
FunctionExpression.setDistinct(boolean)
,QlPackage.getFunctionExpression_Distinct()
-
setDistinct
public void setDistinct(boolean newDistinct)
- Specified by:
setDistinct
in interfaceFunctionExpression
- Parameters:
newDistinct
- the new value of the 'Distinct' attribute.- See Also:
FunctionExpression.isDistinct()
-
isAggregate
public boolean isAggregate()
- Specified by:
isAggregate
in interfaceFunctionExpression
- Returns:
- the value of the 'Aggregate' attribute.
- See Also:
FunctionExpression.setAggregate(boolean)
,QlPackage.getFunctionExpression_Aggregate()
-
setAggregate
public void setAggregate(boolean newAggregate)
- Specified by:
setAggregate
in interfaceFunctionExpression
- Parameters:
newAggregate
- the new value of the 'Aggregate' attribute.- See Also:
FunctionExpression.isAggregate()
-
getMinNumParams
public int getMinNumParams()
- Specified by:
getMinNumParams
in 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:
setMinNumParams
in interfaceFunctionExpression
- Parameters:
newMinNumParams
- the new value of the 'Min Num Params' attribute.- See Also:
FunctionExpression.getMinNumParams()
-
getMaxNumParams
public int getMaxNumParams()
- Specified by:
getMaxNumParams
in 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:
setMaxNumParams
in 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:
getAllowedPeriodType
in interfaceFunctionExpression
- Returns:
- the value of the 'Allowed Period Type' attribute list.
- See Also:
QlPackage.getFunctionExpression_AllowedPeriodType()
-
getReturnType
public TypeDescription getReturnType()
- Specified by:
getReturnType
in 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:
setReturnType
in 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:
getParamTypes
in interfaceFunctionExpression
- Returns:
- the value of the 'Param Types' reference list.
- See Also:
QlPackage.getFunctionExpression_ParamTypes()
-
getAdditionalParam
public IAdditionalExpressionChecker getAdditionalParam()
- Specified by:
getAdditionalParam
in 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:
setAdditionalParam
in 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:
eBaseStructuralFeatureID
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eBaseStructuralFeatureID
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eDerivedStructuralFeatureID
public int eDerivedStructuralFeatureID(int baseFeatureID, Class<?> baseClass)
- Specified by:
eDerivedStructuralFeatureID
in interfaceorg.eclipse.emf.ecore.InternalEObject
- Overrides:
eDerivedStructuralFeatureID
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
-