Uses of Class
org.openurp.base.edu.code.model.StdLabel
| Package | Description |
|---|---|
| org.openurp.base.edu.model |
-
Uses of StdLabel in org.openurp.base.edu.model
Fields in org.openurp.base.edu.model with type parameters of type StdLabel Modifier and Type Field Description protected Map<StdLabelType,StdLabel>Student. labels学生分类标签Methods in org.openurp.base.edu.model that return types with arguments of type StdLabel Modifier and Type Method Description Map<StdLabelType,StdLabel>Student. getLabels()List<StdLabel>Project. getStdLabels()Methods in org.openurp.base.edu.model with parameters of type StdLabel Modifier and Type Method Description voidStudent. addLabel(StdLabel label)voidStudent. addLabels(StdLabel... labels)Method parameters in org.openurp.base.edu.model with type arguments of type StdLabel Modifier and Type Method Description voidStudent. setLabels(Map<StdLabelType,StdLabel> labels)voidProject. setStdLabels(List<StdLabel> labels)