Uses of Class
net.n2oapp.framework.config.register.audit.model.N2oConfigCommit.State
-
Packages that use N2oConfigCommit.State Package Description net.n2oapp.framework.config.register.audit.model -
-
Uses of N2oConfigCommit.State in net.n2oapp.framework.config.register.audit.model
Methods in net.n2oapp.framework.config.register.audit.model that return N2oConfigCommit.State Modifier and Type Method Description N2oConfigCommit.StateN2oConfigCommit. getState()static N2oConfigCommit.StateN2oConfigCommit.State. valueOf(String name)Returns the enum constant of this type with the specified name.static N2oConfigCommit.State[]N2oConfigCommit.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.n2oapp.framework.config.register.audit.model with parameters of type N2oConfigCommit.State Modifier and Type Method Description voidN2oConfigCommit. setState(N2oConfigCommit.State state)
-