Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.SessionReuseMode
Packages that use SessionReuseMode
Package
Description
-
Uses of SessionReuseMode in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type SessionReuseModeModifier and TypeFieldDescriptionstatic final List<SessionReuseMode>SessionReuseMode.VALUESA public read-only list of all the 'Session Reuse Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return SessionReuseModeModifier and TypeMethodDescriptionstatic SessionReuseModeSessionReuseMode.get(int value) Returns the 'Session Reuse Mode' literal with the specified integer value.static SessionReuseModeReturns the 'Session Reuse Mode' literal with the specified literal value.static SessionReuseModeReturns the 'Session Reuse Mode' literal with the specified name.HTTPService.getReuseSessions()Returns the value of the 'Reuse Sessions' attribute.WebService.getReuseSessions()Returns the value of the 'Reuse Sessions' attribute.static SessionReuseModeReturns the enum constant of this class with the specified name.static SessionReuseMode[]SessionReuseMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type SessionReuseModeModifier and TypeMethodDescriptionvoidHTTPService.setReuseSessions(SessionReuseMode value) Sets the value of the 'Reuse Sessions' attribute.voidWebService.setReuseSessions(SessionReuseMode value) Sets the value of the 'Reuse Sessions' attribute. -
Uses of SessionReuseMode in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return SessionReuseModeModifier and TypeMethodDescriptionMdClassFactoryImpl.createSessionReuseModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) HTTPServiceImpl.getReuseSessions()WebServiceImpl.getReuseSessions()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SessionReuseModeModifier and TypeMethodDescriptionvoidHTTPServiceImpl.setReuseSessions(SessionReuseMode newReuseSessions) voidWebServiceImpl.setReuseSessions(SessionReuseMode newReuseSessions) -
Uses of SessionReuseMode in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type SessionReuseModeModifier and TypeMethodDescriptionbooleanMdClassValidator.validateSessionReuseMode(SessionReuseMode sessionReuseMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)