Uses of Class
org.openurp.edu.clazz.code.model.ClazzTag.PredefinedTags
-
Packages that use ClazzTag.PredefinedTags Package Description org.openurp.edu.clazz.code.model -
-
Uses of ClazzTag.PredefinedTags in org.openurp.edu.clazz.code.model
Methods in org.openurp.edu.clazz.code.model that return ClazzTag.PredefinedTags Modifier and Type Method Description static ClazzTag.PredefinedTagsClazzTag.PredefinedTags. valueOf(String name)Returns the enum constant of this type with the specified name.static ClazzTag.PredefinedTags[]ClazzTag.PredefinedTags. values()Returns an array containing the constants of this enum type, in the order they are declared.
-