Uses of Class
com.foursoft.harness.vec.v113.VecWireProtectionSpecification
Packages that use VecWireProtectionSpecification
-
Uses of VecWireProtectionSpecification in com.foursoft.harness.vec.v113
Subclasses of VecWireProtectionSpecification in com.foursoft.harness.vec.v113Modifier and TypeClassDescriptionclassSpecification for the definition of corrugated pipes.classSpecification for the definition of fittings.classSpecification of tubes that are shrinkable.classSpecifies a stripe which has fixed length and width.classSpecification for the description of tapes.classSpecifies tubes.Fields in com.foursoft.harness.vec.v113 declared as VecWireProtectionSpecificationModifier and TypeFieldDescriptionprotected VecWireProtectionSpecificationVecWireProtectionRole.wireProtectionSpecificationReferences theWireProtectionSpecificationthat is instanced by thisWireProtectionRole.Methods in com.foursoft.harness.vec.v113 that return VecWireProtectionSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecWireProtectionSpecification()Create an instance ofVecWireProtectionSpecificationVecWireProtectionRole.getWireProtectionSpecification()Gets the value of the wireProtectionSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecWireProtectionSpecificationModifier and TypeMethodDescriptionvoidVecWireProtectionRole.setWireProtectionSpecification(VecWireProtectionSpecification value) Sets the value of the wireProtectionSpecification property. -
Uses of VecWireProtectionSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireProtectionSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireProtectionSpecification(VecWireProtectionSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireProtectionSpecification(VecWireProtectionSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireProtectionSpecification(VecWireProtectionSpecification aBean) FunctionVisitor.visitVecWireProtectionSpecification(VecWireProtectionSpecification aBean) StrictBaseVisitor.visitVecWireProtectionSpecification(VecWireProtectionSpecification aBean) TraversingVisitor.visitVecWireProtectionSpecification(VecWireProtectionSpecification aBean)