Uses of Class
com.foursoft.harness.vec.v113.VecInsulationSpecification
Packages that use VecInsulationSpecification
-
Uses of VecInsulationSpecification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecInsulationSpecificationModifier and TypeFieldDescriptionprotected VecInsulationSpecificationVecWireElementSpecification.insulationSpecificationIf theWireElementhas an insulation then the specification of the insulation is referenced here.protected VecInsulationSpecificationVecSignal.recommendedInsulationSpecificationDefines a recommended Specification for the insulation (e.g.Methods in com.foursoft.harness.vec.v113 that return VecInsulationSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecInsulationSpecification()Create an instance ofVecInsulationSpecificationVecWireElementSpecification.getInsulationSpecification()Gets the value of the insulationSpecification property.VecSignal.getRecommendedInsulationSpecification()Gets the value of the recommendedInsulationSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecInsulationSpecificationModifier and TypeMethodDescriptionvoidVecWireElementSpecification.setInsulationSpecification(VecInsulationSpecification value) Sets the value of the insulationSpecification property.voidVecSignal.setRecommendedInsulationSpecification(VecInsulationSpecification value) Sets the value of the recommendedInsulationSpecification property. -
Uses of VecInsulationSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecInsulationSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecInsulationSpecification(VecInsulationSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecInsulationSpecification(VecInsulationSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecInsulationSpecification(VecInsulationSpecification aBean) FunctionVisitor.visitVecInsulationSpecification(VecInsulationSpecification aBean) StrictBaseVisitor.visitVecInsulationSpecification(VecInsulationSpecification aBean) TraversingVisitor.visitVecInsulationSpecification(VecInsulationSpecification aBean) Visitor.visitVecInsulationSpecification(VecInsulationSpecification aBean)