Uses of Class
com.foursoft.harness.vec.v113.VecCableDuctSpecification
Packages that use VecCableDuctSpecification
-
Uses of VecCableDuctSpecification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecCableDuctSpecificationModifier and TypeFieldDescriptionprotected VecCableDuctSpecificationVecCableDuctRole.cableDuctSpecificationReferences theCableDuctSpecificationthat is instanced by thisCableDuctRole.Methods in com.foursoft.harness.vec.v113 that return VecCableDuctSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecCableDuctSpecification()Create an instance ofVecCableDuctSpecificationVecCableDuctRole.getCableDuctSpecification()Gets the value of the cableDuctSpecification property.VecCableDuctOutlet.getParentCableDuctSpecification()Gets a reference to the parent of this object in the XML DOM Tree.Methods in com.foursoft.harness.vec.v113 with parameters of type VecCableDuctSpecificationModifier and TypeMethodDescriptionvoidVecCableDuctRole.setCableDuctSpecification(VecCableDuctSpecification value) Sets the value of the cableDuctSpecification property. -
Uses of VecCableDuctSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecCableDuctSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecCableDuctSpecification(VecCableDuctSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecCableDuctSpecification(VecCableDuctSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecCableDuctSpecification(VecCableDuctSpecification aBean) FunctionVisitor.visitVecCableDuctSpecification(VecCableDuctSpecification aBean) StrictBaseVisitor.visitVecCableDuctSpecification(VecCableDuctSpecification aBean) TraversingVisitor.visitVecCableDuctSpecification(VecCableDuctSpecification aBean) Visitor.visitVecCableDuctSpecification(VecCableDuctSpecification aBean)