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