Interface Operation
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
OperationImpl
A representation of the model object 'Operation'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Lock Control Mode' attribute.org.eclipse.emf.common.util.EList<Parameter>
Returns the value of the 'Parameters' containment reference list.Returns the value of the 'Procedure Name' attribute.Returns the value of the 'Xdto Returning Value Type' containment reference.boolean
Returns the value of the 'Nillable' attribute.boolean
Returns the value of the 'Transactioned' attribute.void
Sets the value of the 'Data Lock Control Mode
' attribute.void
setNillable
(boolean value) Sets the value of the 'Nillable
' attribute.void
setProcedureName
(String value) Sets the value of the 'Procedure Name
' attribute.void
setTransactioned
(boolean value) Sets the value of the 'Transactioned
' attribute.void
setXdtoReturningValueType
(QName value) Sets the value of the 'Xdto Returning Value Type
' containment reference.boolean
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 com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getXdtoReturningValueType
QName getXdtoReturningValueType()Returns the value of the 'Xdto Returning Value Type' containment reference.- Returns:
- the value of the 'Xdto Returning Value Type' containment reference.
- See Also:
-
setXdtoReturningValueType
Sets the value of the 'Xdto Returning Value Type
' containment reference.- Parameters:
value
- the new value of the 'Xdto Returning Value Type' containment reference.- See Also:
-
isNillable
boolean isNillable()Returns the value of the 'Nillable' attribute.- Returns:
- the value of the 'Nillable' attribute.
- See Also:
-
setNillable
void setNillable(boolean value) Sets the value of the 'Nillable
' attribute.- Parameters:
value
- the new value of the 'Nillable' attribute.- See Also:
-
isTransactioned
boolean isTransactioned()Returns the value of the 'Transactioned' attribute.- Returns:
- the value of the 'Transactioned' attribute.
- See Also:
-
setTransactioned
void setTransactioned(boolean value) Sets the value of the 'Transactioned
' attribute.- Parameters:
value
- the new value of the 'Transactioned' attribute.- See Also:
-
getProcedureName
String getProcedureName()Returns the value of the 'Procedure Name' attribute.- Returns:
- the value of the 'Procedure Name' attribute.
- See Also:
-
setProcedureName
Sets the value of the 'Procedure Name
' attribute.- Parameters:
value
- the new value of the 'Procedure Name' attribute.- See Also:
-
getDataLockControlMode
DefaultDataLockControlMode getDataLockControlMode()Returns the value of the 'Data Lock Control Mode' attribute. The literals are from the enumerationDefaultDataLockControlMode
.- Returns:
- the value of the 'Data Lock Control Mode' attribute.
- See Also:
-
setDataLockControlMode
Sets the value of the 'Data Lock Control Mode
' attribute.- Parameters:
value
- the new value of the 'Data Lock Control Mode' attribute.- See Also:
-
getParameters
org.eclipse.emf.common.util.EList<Parameter> getParameters()Returns the value of the 'Parameters' containment reference list. The list contents are of typeParameter
.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-