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