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