Uses of Class
net.n2oapp.framework.config.register.InfoStatus.Status
-
Packages that use InfoStatus.Status Package Description net.n2oapp.framework.config.register -
-
Uses of InfoStatus.Status in net.n2oapp.framework.config.register
Methods in net.n2oapp.framework.config.register that return InfoStatus.Status Modifier and Type Method Description static InfoStatus.StatusInfoStatus. calculateStatusByFile(XmlInfo info)static InfoStatus.StatusInfoStatus. calculateStatusByFile(XmlInfo info, boolean checkDiff)static InfoStatus.StatusInfoStatus. calculateStatusByFile(XmlInfo info, boolean checkDiff, boolean checkDuplicate)static InfoStatus.StatusInfoStatus.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static InfoStatus.Status[]InfoStatus.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-