Uses of Class
net.n2oapp.framework.config.register.audit.model.N2oConfigCommit.Type
-
Packages that use N2oConfigCommit.Type Package Description net.n2oapp.framework.config.register.audit.model -
-
Uses of N2oConfigCommit.Type in net.n2oapp.framework.config.register.audit.model
Methods in net.n2oapp.framework.config.register.audit.model that return N2oConfigCommit.Type Modifier and Type Method Description static N2oConfigCommit.TypeN2oConfigCommit.Type. byPrefix(N2oConfigMessage prefix)N2oConfigCommit.TypeN2oConfigCommit. getType()static N2oConfigCommit.TypeN2oConfigCommit.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static N2oConfigCommit.Type[]N2oConfigCommit.Type. 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.Type Modifier and Type Method Description voidN2oConfigCommit. setType(N2oConfigCommit.Type type)
-