Uses of Class
lumis.service.wsrp.common.WSRPVersionFromTo
-
Packages that use WSRPVersionFromTo Package Description lumis.service.wsrp.common -
-
Uses of WSRPVersionFromTo in lumis.service.wsrp.common
Methods in lumis.service.wsrp.common that return WSRPVersionFromTo Modifier and Type Method Description static WSRPVersionFromTo
WSRPVersionFromTo. getFromValue(String value)
Returns aWSRPVersionFromTo
which contains the same value ofvalue
.static WSRPVersionFromTo
WSRPVersionFromTo. valueOf(String name)
Returns the enum constant of this type with the specified name.static WSRPVersionFromTo[]
WSRPVersionFromTo. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-