Uses of Class
com.foursoft.harness.vec.v113.VecWireMountingDetail
Packages that use VecWireMountingDetail
-
Uses of VecWireMountingDetail in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecWireMountingDetailModifier and TypeFieldDescriptionprotected List<VecWireMountingDetail>VecWireMounting.wireMountingDetailsSpecifies the WireMoutingDetails, if a detailed description of the relationships between WireEnds and WireReceptions is needed.Methods in com.foursoft.harness.vec.v113 that return VecWireMountingDetailModifier and TypeMethodDescriptionObjectFactory.createVecWireMountingDetail()Create an instance ofVecWireMountingDetailMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecWireMountingDetailModifier and TypeMethodDescriptionVecWireEnd.getRefWireMountingDetail()Gets aSetof allVecWireMountingDetailthat 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.VecWireReceptionReference.getRefWireMountingDetail()Gets aSetof allVecWireMountingDetailthat 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.VecWireMounting.getWireMountingDetails()Gets the value of the wireMountingDetails property. -
Uses of VecWireMountingDetail in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireMountingDetailModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireMountingDetail(VecWireMountingDetail aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireMountingDetail(VecWireMountingDetail aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireMountingDetail(VecWireMountingDetail aBean) FunctionVisitor.visitVecWireMountingDetail(VecWireMountingDetail aBean) StrictBaseVisitor.visitVecWireMountingDetail(VecWireMountingDetail aBean) TraversingVisitor.visitVecWireMountingDetail(VecWireMountingDetail aBean) Visitor.visitVecWireMountingDetail(VecWireMountingDetail aBean)