Package com._1c.g5.v8.dt.mcore
Interface ParamSet
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ParamSetImpl
public interface ParamSet
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Param Set'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Max Params' attribute.intReturns the value of the 'Min Params' attribute.org.eclipse.emf.common.util.EList<Parameter>Returns the value of the 'Params' containment reference list.Returns the value of the 'Server Request' attribute.voidsetMaxParams(int value) Sets the value of the 'Max Params' attribute.voidsetMinParams(int value) Sets the value of the 'Min Params' attribute.voidsetServerRequest(ServerRequest value) Sets the value of the 'Server Request' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMinParams
int getMinParams()Returns the value of the 'Min Params' attribute.- Returns:
- the value of the 'Min Params' attribute.
- See Also:
-
setMinParams
void setMinParams(int value) Sets the value of the 'Min Params' attribute.- Parameters:
value- the new value of the 'Min Params' attribute.- See Also:
-
getMaxParams
int getMaxParams()Returns the value of the 'Max Params' attribute.- Returns:
- the value of the 'Max Params' attribute.
- See Also:
-
setMaxParams
void setMaxParams(int value) Sets the value of the 'Max Params' attribute.- Parameters:
value- the new value of the 'Max Params' attribute.- See Also:
-
getParams
org.eclipse.emf.common.util.EList<Parameter> getParams()Returns the value of the 'Params' containment reference list. The list contents are of typeParameter.- Returns:
- the value of the 'Params' containment reference list.
- See Also:
-
getServerRequest
ServerRequest getServerRequest()Returns the value of the 'Server Request' attribute. The literals are from the enumerationServerRequest.- Returns:
- the value of the 'Server Request' attribute.
- See Also:
-
setServerRequest
Sets the value of the 'Server Request' attribute.- Parameters:
value- the new value of the 'Server Request' attribute.- See Also:
-