Uses of Class
com.foursoft.harness.vec.v113.VecWireReceptionSpecification
Packages that use VecWireReceptionSpecification
-
Uses of VecWireReceptionSpecification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecWireReceptionSpecificationModifier and TypeFieldDescriptionprotected VecWireReceptionSpecificationVecWireEndAccessorySpecification.wireReceptionSpecificationprotected VecWireReceptionSpecificationVecWireReception.wireReceptionSpecificationMethods in com.foursoft.harness.vec.v113 that return VecWireReceptionSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecWireReceptionSpecification()Create an instance ofVecWireReceptionSpecificationVecConductorMaterial.getParentWireReceptionSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecWireEndAccessorySpecification.getWireReceptionSpecification()Gets the value of the wireReceptionSpecification property.VecWireReception.getWireReceptionSpecification()Gets the value of the wireReceptionSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecWireReceptionSpecificationModifier and TypeMethodDescriptionvoidVecWireEndAccessorySpecification.setWireReceptionSpecification(VecWireReceptionSpecification value) Sets the value of the wireReceptionSpecification property.voidVecWireReception.setWireReceptionSpecification(VecWireReceptionSpecification value) Sets the value of the wireReceptionSpecification property. -
Uses of VecWireReceptionSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireReceptionSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireReceptionSpecification(VecWireReceptionSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireReceptionSpecification(VecWireReceptionSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireReceptionSpecification(VecWireReceptionSpecification aBean) FunctionVisitor.visitVecWireReceptionSpecification(VecWireReceptionSpecification aBean) StrictBaseVisitor.visitVecWireReceptionSpecification(VecWireReceptionSpecification aBean) TraversingVisitor.visitVecWireReceptionSpecification(VecWireReceptionSpecification aBean) Visitor.visitVecWireReceptionSpecification(VecWireReceptionSpecification aBean)