Uses of Class
com.foursoft.harness.vec.v113.VecFillerSpecification
Packages that use VecFillerSpecification
-
Uses of VecFillerSpecification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecFillerSpecificationModifier and TypeFieldDescriptionprotected VecFillerSpecificationVecWireElementSpecification.fillerSpecificationIf theWireElementis a filler then the specification of the filler is referenced here.Methods in com.foursoft.harness.vec.v113 that return VecFillerSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecFillerSpecification()Create an instance ofVecFillerSpecificationVecWireElementSpecification.getFillerSpecification()Gets the value of the fillerSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecFillerSpecificationModifier and TypeMethodDescriptionvoidVecWireElementSpecification.setFillerSpecification(VecFillerSpecification value) Sets the value of the fillerSpecification property. -
Uses of VecFillerSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecFillerSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecFillerSpecification(VecFillerSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecFillerSpecification(VecFillerSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecFillerSpecification(VecFillerSpecification aBean) FunctionVisitor.visitVecFillerSpecification(VecFillerSpecification aBean) StrictBaseVisitor.visitVecFillerSpecification(VecFillerSpecification aBean) TraversingVisitor.visitVecFillerSpecification(VecFillerSpecification aBean) Visitor.visitVecFillerSpecification(VecFillerSpecification aBean)