Uses of Class
com.foursoft.harness.vec.v113.VecWireReceptionReference
Packages that use VecWireReceptionReference
-
Uses of VecWireReceptionReference in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecWireReceptionReferenceModifier and TypeFieldDescriptionprotected VecWireReceptionReferenceVecWireMountingDetail.contactedWireReceptionFields in com.foursoft.harness.vec.v113 with type parameters of type VecWireReceptionReferenceModifier and TypeFieldDescriptionprotected List<VecWireReceptionReference>VecTerminalRole.wireReceptionReferencesSpecifies theWireReceptionReferencesof thisTerminalRole.Methods in com.foursoft.harness.vec.v113 that return VecWireReceptionReferenceModifier and TypeMethodDescriptionObjectFactory.createVecWireReceptionReference()Create an instance ofVecWireReceptionReferenceVecWireMountingDetail.getContactedWireReception()Gets the value of the contactedWireReception property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecWireReceptionReferenceModifier and TypeMethodDescriptionVecWireReception.getRefWireReceptionReference()Gets aSetof allVecWireReceptionReferencethat 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.VecTerminalRole.getWireReceptionReferences()Gets the value of the wireReceptionReferences property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecWireReceptionReferenceModifier and TypeMethodDescriptionvoidVecWireMountingDetail.setContactedWireReception(VecWireReceptionReference value) Sets the value of the contactedWireReception property. -
Uses of VecWireReceptionReference in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecWireReceptionReferenceModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecWireReceptionReference(VecWireReceptionReference aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecWireReceptionReference(VecWireReceptionReference aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecWireReceptionReference(VecWireReceptionReference aBean) FunctionVisitor.visitVecWireReceptionReference(VecWireReceptionReference aBean) StrictBaseVisitor.visitVecWireReceptionReference(VecWireReceptionReference aBean) TraversingVisitor.visitVecWireReceptionReference(VecWireReceptionReference aBean) Visitor.visitVecWireReceptionReference(VecWireReceptionReference aBean)