Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.EnvironmentalConditionsST
-
Packages that use EnvironmentalConditionsST Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of EnvironmentalConditionsST in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as EnvironmentalConditionsST Modifier and Type Field Description protected EnvironmentalConditionsST
EnvironmentalPropertyCT. classOfEnvProperty
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return EnvironmentalConditionsST Modifier and Type Method Description static EnvironmentalConditionsST
EnvironmentalConditionsST. fromValue(String v)
EnvironmentalConditionsST
EnvironmentalPropertyCT. getClassOfEnvProperty()
Gets the value of the classOfEnvProperty property.static EnvironmentalConditionsST
EnvironmentalConditionsST. valueOf(String name)
Returns the enum constant of this type with the specified name.static EnvironmentalConditionsST[]
EnvironmentalConditionsST. 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 EnvironmentalConditionsST Modifier and Type Method Description void
EnvironmentalPropertyCT. setClassOfEnvProperty(EnvironmentalConditionsST value)
Sets the value of the classOfEnvProperty property.
-