Interface WebSocketClient
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,MdObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
WebSocketClientImpl
A representation of the model object 'Web Socket Client'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<StringKeyAndValue>Returns the value of the 'Headers' containment reference list.Returns the value of the 'Module' reference.Returns the value of the 'Password' attribute.Returns the value of the 'Server URL' attribute.org.eclipse.emf.ecore.EObjectReturns the value of the 'Suppress Object' reference.intReturns the value of the 'Timeout' attribute.getUser()Returns the value of the 'User' attribute.booleanReturns the value of the 'Auto Connect' attribute.booleanReturns the value of the 'Predefined' attribute.booleanReturns the value of the 'Use OS Authentication' attribute.booleanReturns the value of the 'Use OS Proxy' attribute.voidsetAutoConnect(boolean value) Sets the value of the 'Auto Connect' attribute.voidSets the value of the 'Module' reference.voidsetPassword(String value) Sets the value of the 'Password' attribute.voidsetPredefined(boolean value) Sets the value of the 'Predefined' attribute.voidsetServerURL(String value) Sets the value of the 'Server URL' attribute.voidsetSuppressObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object' reference.voidsetTimeout(int value) Sets the value of the 'Timeout' attribute.voidsetUseOSAuthentication(boolean value) Sets the value of the 'Use OS Authentication' attribute.voidsetUseOSProxy(boolean value) Sets the value of the 'Use OS Proxy' attribute.voidSets the value of the 'User' 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 com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuidMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isPredefined
boolean isPredefined()Returns the value of the 'Predefined' attribute.- Returns:
- the value of the 'Predefined' attribute.
- See Also:
-
setPredefined
void setPredefined(boolean value) Sets the value of the 'Predefined' attribute.- Parameters:
value- the new value of the 'Predefined' attribute.- See Also:
-
isAutoConnect
boolean isAutoConnect()Returns the value of the 'Auto Connect' attribute.- Returns:
- the value of the 'Auto Connect' attribute.
- See Also:
-
setAutoConnect
void setAutoConnect(boolean value) Sets the value of the 'Auto Connect' attribute.- Parameters:
value- the new value of the 'Auto Connect' attribute.- See Also:
-
getServerURL
String getServerURL()Returns the value of the 'Server URL' attribute.- Returns:
- the value of the 'Server URL' attribute.
- See Also:
-
setServerURL
Sets the value of the 'Server URL' attribute.- Parameters:
value- the new value of the 'Server URL' attribute.- See Also:
-
getUser
String getUser()Returns the value of the 'User' attribute.- Returns:
- the value of the 'User' attribute.
- See Also:
-
setUser
Sets the value of the 'User' attribute.- Parameters:
value- the new value of the 'User' attribute.- See Also:
-
getPassword
String getPassword()Returns the value of the 'Password' attribute.- Returns:
- the value of the 'Password' attribute.
- See Also:
-
setPassword
Sets the value of the 'Password' attribute.- Parameters:
value- the new value of the 'Password' attribute.- See Also:
-
getHeaders
org.eclipse.emf.common.util.EList<StringKeyAndValue> getHeaders()Returns the value of the 'Headers' containment reference list. The list contents are of typeStringKeyAndValue.- Returns:
- the value of the 'Headers' containment reference list.
- See Also:
-
isUseOSProxy
boolean isUseOSProxy()Returns the value of the 'Use OS Proxy' attribute.- Returns:
- the value of the 'Use OS Proxy' attribute.
- See Also:
-
setUseOSProxy
void setUseOSProxy(boolean value) Sets the value of the 'Use OS Proxy' attribute.- Parameters:
value- the new value of the 'Use OS Proxy' attribute.- See Also:
-
isUseOSAuthentication
boolean isUseOSAuthentication()Returns the value of the 'Use OS Authentication' attribute.- Returns:
- the value of the 'Use OS Authentication' attribute.
- See Also:
-
setUseOSAuthentication
void setUseOSAuthentication(boolean value) Sets the value of the 'Use OS Authentication' attribute.- Parameters:
value- the new value of the 'Use OS Authentication' attribute.- See Also:
-
getTimeout
int getTimeout()Returns the value of the 'Timeout' attribute.- Returns:
- the value of the 'Timeout' attribute.
- See Also:
-
setTimeout
void setTimeout(int value) Sets the value of the 'Timeout' attribute.- Parameters:
value- the new value of the 'Timeout' attribute.- See Also:
-
getModule
Module getModule()Returns the value of the 'Module' reference.- Returns:
- the value of the 'Module' reference.
- See Also:
-
setModule
Sets the value of the 'Module' reference.- Parameters:
value- the new value of the 'Module' reference.- See Also:
-
getSuppressObject
org.eclipse.emf.ecore.EObject getSuppressObject()Returns the value of the 'Suppress Object' reference.- Returns:
- the value of the 'Suppress Object' reference.
- See Also:
-
setSuppressObject
void setSuppressObject(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Suppress Object' reference.- Parameters:
value- the new value of the 'Suppress Object' reference.- See Also:
-