Uses of Class
com.foursoft.harness.vec.v113.VecWireEnd
Packages that use VecWireEnd
-
Uses of VecWireEnd in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecWireEndModifier and TypeFieldDescriptionprotected List<VecWireEnd>VecWireMounting.referencedWireEndReferences the wire ends that are used for the wire mounting.protected List<VecWireEnd>VecWireMountingDetail.referencedWireEndprotected List<VecWireEnd>VecWireElementReference.wireEndsMethods in com.foursoft.harness.vec.v113 that return VecWireEndModifier and TypeMethodDescriptionObjectFactory.createVecWireEnd()Create an instance ofVecWireEndMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecWireEndModifier and TypeMethodDescriptionVecWireMounting.getReferencedWireEnd()Gets the value of the referencedWireEnd property.VecWireMountingDetail.getReferencedWireEnd()Gets the value of the referencedWireEnd property.VecConnectionEnd.getRefWireEnd()Gets aSetof allVecWireEndthat 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.VecWireElementReference.getWireEnds()Gets the value of the wireEnds property. -
Uses of VecWireEnd in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireEndModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireEnd(VecWireEnd aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireEnd(VecWireEnd aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireEnd(VecWireEnd aBean) FunctionVisitor.visitVecWireEnd(VecWireEnd aBean) StrictBaseVisitor.visitVecWireEnd(VecWireEnd aBean) TraversingVisitor.visitVecWireEnd(VecWireEnd aBean) Visitor.visitVecWireEnd(VecWireEnd aBean)