Uses of Class
com.foursoft.harness.vec.v113.VecTemperatureInformation
Packages that use VecTemperatureInformation
-
Uses of VecTemperatureInformation in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecTemperatureInformationModifier and TypeFieldDescriptionprotected VecTemperatureInformationVecZone.ambientTemperatureDefines the ambient temperature that can occur in this zone.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecTemperatureInformationModifier and TypeFieldDescriptionprotected List<VecTemperatureInformation>VecGeneralTechnicalPartSpecification.temperatureInformationsSpecifies valid temperatures for a part.Methods in com.foursoft.harness.vec.v113 that return VecTemperatureInformationModifier and TypeMethodDescriptionObjectFactory.createVecTemperatureInformation()Create an instance ofVecTemperatureInformationVecZone.getAmbientTemperature()Gets the value of the ambientTemperature property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecTemperatureInformationModifier and TypeMethodDescriptionVecGeneralTechnicalPartSpecification.getTemperatureInformations()Gets the value of the temperatureInformations property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecTemperatureInformationModifier and TypeMethodDescriptionvoidVecZone.setAmbientTemperature(VecTemperatureInformation value) Sets the value of the ambientTemperature property. -
Uses of VecTemperatureInformation in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecTemperatureInformationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecTemperatureInformation(VecTemperatureInformation aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecTemperatureInformation(VecTemperatureInformation aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecTemperatureInformation(VecTemperatureInformation aBean) FunctionVisitor.visitVecTemperatureInformation(VecTemperatureInformation aBean) StrictBaseVisitor.visitVecTemperatureInformation(VecTemperatureInformation aBean) TraversingVisitor.visitVecTemperatureInformation(VecTemperatureInformation aBean) Visitor.visitVecTemperatureInformation(VecTemperatureInformation aBean)