Uses of Class
com.foursoft.harness.vec.v113.VecCableLeadThrough
Packages that use VecCableLeadThrough
-
Uses of VecCableLeadThrough in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecCableLeadThroughModifier and TypeFieldDescriptionprotected List<VecCableLeadThrough>VecGrommetSpecification.cableLeadThroughsMethods in com.foursoft.harness.vec.v113 that return VecCableLeadThroughModifier and TypeMethodDescriptionObjectFactory.createVecCableLeadThrough()Create an instance ofVecCableLeadThroughMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecCableLeadThroughModifier and TypeMethodDescriptionVecGrommetSpecification.getCableLeadThroughs()Gets the value of the cableLeadThroughs property.VecPlacementPoint.getRefCableLeadThrough()Gets aSetof allVecCableLeadThroughthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling. -
Uses of VecCableLeadThrough in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecCableLeadThroughModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecCableLeadThrough(VecCableLeadThrough aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecCableLeadThrough(VecCableLeadThrough aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecCableLeadThrough(VecCableLeadThrough aBean) FunctionVisitor.visitVecCableLeadThrough(VecCableLeadThrough aBean) StrictBaseVisitor.visitVecCableLeadThrough(VecCableLeadThrough aBean) TraversingVisitor.visitVecCableLeadThrough(VecCableLeadThrough aBean) Visitor.visitVecCableLeadThrough(VecCableLeadThrough aBean)