Uses of Class
net.loomchild.segment.srx.io.SrxVersion
-
Packages that use SrxVersion Package Description net.loomchild.segment.srx.io -
-
Uses of SrxVersion in net.loomchild.segment.srx.io
Methods in net.loomchild.segment.srx.io that return SrxVersion Modifier and Type Method Description static SrxVersion
SrxVersion. parse(BufferedReader reader)
Returns SRX document version.static SrxVersion
SrxVersion. parse(String versionString)
static SrxVersion
SrxVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static SrxVersion[]
SrxVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-