Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.ModuleLevelST
-
Packages that use ModuleLevelST Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of ModuleLevelST in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as ModuleLevelST Modifier and Type Field Description protected ModuleLevelST
AbstractResourceDesc. ardLevel
protected ModuleLevelST
Profile. moduleLevel
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return ModuleLevelST Modifier and Type Method Description static ModuleLevelST
ModuleLevelST. fromValue(String v)
ModuleLevelST
AbstractResourceDesc. getArdLevel()
Gets the value of the ardLevel property.ModuleLevelST
Profile. getModuleLevel()
Gets the value of the moduleLevel property.static ModuleLevelST
ModuleLevelST. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModuleLevelST[]
ModuleLevelST. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type ModuleLevelST Modifier and Type Method Description void
AbstractResourceDesc. setArdLevel(ModuleLevelST value)
Sets the value of the ardLevel property.void
Profile. setModuleLevel(ModuleLevelST value)
Sets the value of the moduleLevel property.
-