Uses of Class
com.foursoft.harness.vec.v113.VecValueRange
Packages that use VecValueRange
-
Uses of VecValueRange in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecValueRangeModifier and TypeFieldDescriptionprotected VecValueRangeVecCavityPartSpecification.cavityDiameterSpecifies a range of valid cavity diameters to which the cavity seal fits.protected VecValueRangeVecWireReceptionSpecification.coreCrossSectionAreaSpecifies a value range for cross section areas of cores that are compatible with the wire reception.protected VecValueRangeVecTerminalCurrentInformation.currentRangeSpecifies the valid current range for the terminal.protected VecValueRangeVecDefaultDimension.dimensionValueRangeprotected VecValueRangeVecEdgeMountedFixingSpecification.edgeThicknessDefines a range of valid thicknesses, onto which the fixing can be mounted.protected VecValueRangeVecGrommetSpecification.plateThicknessSpecifies valid the plate thickness at the hole into which the grommet fits.protected VecValueRangeVecHoleMountedFixingSpecification.plateThicknessSpecifies the thickness of the plate in which the hole is positioned.protected VecValueRangeVecPlacementPoint.segmentDiameterSpecifies the valid segment diameter range for which thisPlacementPointis suitable.protected VecValueRangeVecStripeSpecification.segmentDiameterSpecifies the valid segment diameter range for which the stripe can be used.protected VecValueRangeVecTemperatureInformation.temperatureRangeSpecifies the allowed temperature range for this type of temperature.protected VecValueRangeVecValueRangeProperty.valueDefines the value of the CustomProperty.protected VecValueRangeVecConnectorHousingSpecification.voltageRangeSpecifies the allowed voltage range for the connector housing.protected VecValueRangeVecTerminalSpecification.voltageRangeSpecifies the allowed voltage range for the connector housing.protected VecValueRangeVecCavityAccessorySpecification.wireElementOutsideDiameterSpecifies a range of valid wire diameters to which the cavity accessory fits.protected VecValueRangeVecCavitySealSpecification.wireElementOutsideDiameterSpecifies a range of valid wire diameters to which the cavity seal fits.protected VecValueRangeVecWireReceptionSpecification.wireElementOutsideDiameterSpecifies a value range for valid diameters a WireElement must have to fit to the wire reception.Methods in com.foursoft.harness.vec.v113 that return VecValueRangeModifier and TypeMethodDescriptionObjectFactory.createVecValueRange()Create an instance ofVecValueRangeVecCavityPartSpecification.getCavityDiameter()Gets the value of the cavityDiameter property.VecWireReceptionSpecification.getCoreCrossSectionArea()Gets the value of the coreCrossSectionArea property.VecTerminalCurrentInformation.getCurrentRange()Gets the value of the currentRange property.VecDefaultDimension.getDimensionValueRange()Gets the value of the dimensionValueRange property.VecEdgeMountedFixingSpecification.getEdgeThickness()Gets the value of the edgeThickness property.VecGrommetSpecification.getPlateThickness()Gets the value of the plateThickness property.VecHoleMountedFixingSpecification.getPlateThickness()Gets the value of the plateThickness property.VecPlacementPoint.getSegmentDiameter()Gets the value of the segmentDiameter property.VecStripeSpecification.getSegmentDiameter()Gets the value of the segmentDiameter property.VecTemperatureInformation.getTemperatureRange()Gets the value of the temperatureRange property.VecValueRangeProperty.getValue()Gets the value of the value property.VecConnectorHousingSpecification.getVoltageRange()Gets the value of the voltageRange property.VecTerminalSpecification.getVoltageRange()Gets the value of the voltageRange property.VecCavityAccessorySpecification.getWireElementOutsideDiameter()Gets the value of the wireElementOutsideDiameter property.VecCavitySealSpecification.getWireElementOutsideDiameter()Gets the value of the wireElementOutsideDiameter property.VecWireReceptionSpecification.getWireElementOutsideDiameter()Gets the value of the wireElementOutsideDiameter property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecValueRangeModifier and TypeMethodDescriptionvoidVecCavityPartSpecification.setCavityDiameter(VecValueRange value) Sets the value of the cavityDiameter property.voidVecWireReceptionSpecification.setCoreCrossSectionArea(VecValueRange value) Sets the value of the coreCrossSectionArea property.voidVecTerminalCurrentInformation.setCurrentRange(VecValueRange value) Sets the value of the currentRange property.voidVecDefaultDimension.setDimensionValueRange(VecValueRange value) Sets the value of the dimensionValueRange property.voidVecEdgeMountedFixingSpecification.setEdgeThickness(VecValueRange value) Sets the value of the edgeThickness property.voidVecGrommetSpecification.setPlateThickness(VecValueRange value) Sets the value of the plateThickness property.voidVecHoleMountedFixingSpecification.setPlateThickness(VecValueRange value) Sets the value of the plateThickness property.voidVecPlacementPoint.setSegmentDiameter(VecValueRange value) Sets the value of the segmentDiameter property.voidVecStripeSpecification.setSegmentDiameter(VecValueRange value) Sets the value of the segmentDiameter property.voidVecTemperatureInformation.setTemperatureRange(VecValueRange value) Sets the value of the temperatureRange property.voidVecValueRangeProperty.setValue(VecValueRange value) Sets the value of the value property.voidVecConnectorHousingSpecification.setVoltageRange(VecValueRange value) Sets the value of the voltageRange property.voidVecTerminalSpecification.setVoltageRange(VecValueRange value) Sets the value of the voltageRange property.voidVecCavityAccessorySpecification.setWireElementOutsideDiameter(VecValueRange value) Sets the value of the wireElementOutsideDiameter property.voidVecCavitySealSpecification.setWireElementOutsideDiameter(VecValueRange value) Sets the value of the wireElementOutsideDiameter property.voidVecWireReceptionSpecification.setWireElementOutsideDiameter(VecValueRange value) Sets the value of the wireElementOutsideDiameter property. -
Uses of VecValueRange in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecValueRangeModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecValueRange(VecValueRange aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecValueRange(VecValueRange aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecValueRange(VecValueRange aBean) FunctionVisitor.visitVecValueRange(VecValueRange aBean) StrictBaseVisitor.visitVecValueRange(VecValueRange aBean) TraversingVisitor.visitVecValueRange(VecValueRange aBean) Visitor.visitVecValueRange(VecValueRange aBean)