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 SrxVersionSrxVersion. parse(java.io.BufferedReader reader)Returns SRX document version.static SrxVersionSrxVersion. parse(java.lang.String versionString)static SrxVersionSrxVersion. valueOf(java.lang.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.
-