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 ModuleLevelSTAbstractResourceDesc. ardLevelprotected ModuleLevelSTProfile. moduleLevelMethods in fi.tut.mei.resdescapi.rdapi.model.rd that return ModuleLevelST Modifier and Type Method Description static ModuleLevelSTModuleLevelST. fromValue(String v)ModuleLevelSTAbstractResourceDesc. getArdLevel()Gets the value of the ardLevel property.ModuleLevelSTProfile. getModuleLevel()Gets the value of the moduleLevel property.static ModuleLevelSTModuleLevelST. 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 voidAbstractResourceDesc. setArdLevel(ModuleLevelST value)Sets the value of the ardLevel property.voidProfile. setModuleLevel(ModuleLevelST value)Sets the value of the moduleLevel property.
-