Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.SessionReuseMode
-
Packages that use SessionReuseMode Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
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 SessionReuseMode Modifier and Type Field Description static List<SessionReuseMode>
SessionReuseMode. VALUES
A public read-only list of all the 'Session Reuse Mode' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return SessionReuseMode Modifier and Type Method Description static SessionReuseMode
SessionReuseMode. get(int value)
Returns the 'Session Reuse Mode' literal with the specified integer value.static SessionReuseMode
SessionReuseMode. get(String literal)
Returns the 'Session Reuse Mode' literal with the specified literal value.static SessionReuseMode
SessionReuseMode. getByName(String name)
Returns the 'Session Reuse Mode' literal with the specified name.SessionReuseMode
HTTPService. getReuseSessions()
Returns the value of the 'Reuse Sessions' attribute.SessionReuseMode
WebService. getReuseSessions()
Returns the value of the 'Reuse Sessions' attribute.static SessionReuseMode
SessionReuseMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionReuseMode[]
SessionReuseMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type SessionReuseMode Modifier and Type Method Description void
HTTPService. setReuseSessions(SessionReuseMode value)
Sets the value of the 'Reuse Sessions
' attribute.void
WebService. 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 SessionReuseMode Modifier and Type Method Description SessionReuseMode
MdClassFactoryImpl. createSessionReuseModeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
SessionReuseMode
HTTPServiceImpl. getReuseSessions()
SessionReuseMode
WebServiceImpl. getReuseSessions()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SessionReuseMode Modifier and Type Method Description void
HTTPServiceImpl. setReuseSessions(SessionReuseMode newReuseSessions)
void
WebServiceImpl. 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 SessionReuseMode Modifier and Type Method Description boolean
MdClassValidator. validateSessionReuseMode(SessionReuseMode sessionReuseMode, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-