Uses of Class
org.openurp.edu.base.code.model.StdLabelType
-
Packages that use StdLabelType Package Description org.openurp.edu.base.code.model org.openurp.edu.base.model -
-
Uses of StdLabelType in org.openurp.edu.base.code.model
Methods in org.openurp.edu.base.code.model that return StdLabelType Modifier and Type Method Description StdLabelTypeStdLabel. getLabelType()Methods in org.openurp.edu.base.code.model with parameters of type StdLabelType Modifier and Type Method Description voidStdLabel. setLabelType(StdLabelType type) -
Uses of StdLabelType in org.openurp.edu.base.model
Fields in org.openurp.edu.base.model with type parameters of type StdLabelType Modifier and Type Field Description protected Map<StdLabelType,StdLabel>Student. labels学生分类标签Methods in org.openurp.edu.base.model that return types with arguments of type StdLabelType Modifier and Type Method Description Map<StdLabelType,StdLabel>Student. getLabels()Method parameters in org.openurp.edu.base.model with type arguments of type StdLabelType Modifier and Type Method Description voidStudent. setLabels(Map<StdLabelType,StdLabel> labels)
-