Uses of Class
com.foursoft.harness.vec.v113.VecMaterial
Packages that use VecMaterial
-
Uses of VecMaterial in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecMaterialModifier and TypeFieldDescriptionprotected List<VecMaterial>VecTapeSpecification.adhesivesSpecifies the adhesive material of the tape.protected List<VecMaterial>VecTapeSpecification.backingsSpecifies the material of carrier of the tape, on which the adhesive material is applied.protected List<VecMaterial>VecGeneralTechnicalPartSpecification.materialInformationsSpecifies the material of a part.protected List<VecMaterial>VecConductorMaterial.materialsprotected List<VecMaterial>VecConductorSpecification.materialsSpecifies the material of the conductor.protected List<VecMaterial>VecFillerSpecification.materialsSpecifies the material of the filler.protected List<VecMaterial>VecInsulationSpecification.materialsSpecifies the material of the insulation.protected List<VecMaterial>VecConductorSpecification.platingMaterialsSpecifies the plating material of the conductor.protected List<VecMaterial>VecTerminalReceptionSpecification.platingMaterialsSpecifies the plating material of the terminal reception.protected List<VecMaterial>VecWireReceptionSpecification.platingMaterialsSpecifies the plating material of the wire reception.protected List<VecMaterial>VecShrinkableTubeSpecification.resinsDefines the material of the resin usable for this shrinkable tube.Methods in com.foursoft.harness.vec.v113 that return VecMaterialModifier and TypeMethodDescriptionObjectFactory.createVecMaterial()Create an instance ofVecMaterialMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecMaterialModifier and TypeMethodDescriptionVecTapeSpecification.getAdhesives()Gets the value of the adhesives property.VecTapeSpecification.getBackings()Gets the value of the backings property.VecGeneralTechnicalPartSpecification.getMaterialInformations()Gets the value of the materialInformations property.VecConductorMaterial.getMaterials()Gets the value of the materials property.VecConductorSpecification.getMaterials()Gets the value of the materials property.VecFillerSpecification.getMaterials()Gets the value of the materials property.VecInsulationSpecification.getMaterials()Gets the value of the materials property.VecConductorSpecification.getPlatingMaterials()Gets the value of the platingMaterials property.VecTerminalReceptionSpecification.getPlatingMaterials()Gets the value of the platingMaterials property.VecWireReceptionSpecification.getPlatingMaterials()Gets the value of the platingMaterials property.VecShrinkableTubeSpecification.getResins()Gets the value of the resins property. -
Uses of VecMaterial in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecMaterialModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecMaterial(VecMaterial aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecMaterial(VecMaterial aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecMaterial(VecMaterial aBean) FunctionVisitor.visitVecMaterial(VecMaterial aBean) StrictBaseVisitor.visitVecMaterial(VecMaterial aBean) TraversingVisitor.visitVecMaterial(VecMaterial aBean) Visitor.visitVecMaterial(VecMaterial aBean)