Uses of Class
net.n2oapp.framework.api.metadata.control.list.N2oClassifier.Mode
-
Packages that use N2oClassifier.Mode Package Description net.n2oapp.framework.api.metadata.control.list -
-
Uses of N2oClassifier.Mode in net.n2oapp.framework.api.metadata.control.list
Methods in net.n2oapp.framework.api.metadata.control.list that return N2oClassifier.Mode Modifier and Type Method Description N2oClassifier.ModeN2oClassifier. getMode()static N2oClassifier.ModeN2oClassifier.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static N2oClassifier.Mode[]N2oClassifier.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.n2oapp.framework.api.metadata.control.list with parameters of type N2oClassifier.Mode Modifier and Type Method Description voidN2oClassifier. setMode(N2oClassifier.Mode mode)
-