Uses of Class
com.foursoft.harness.vec.v113.VecTerminalReceptionReference
Packages that use VecTerminalReceptionReference
-
Uses of VecTerminalReceptionReference in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecTerminalReceptionReferenceModifier and TypeFieldDescriptionprotected VecTerminalReceptionReferenceVecMatingDetail.firstTerminalReceptionprotected VecTerminalReceptionReferenceVecMatingDetail.secondTerminalReceptionprotected VecTerminalReceptionReferenceVecCavityMountingDetail.terminalReceptionReferenceFields in com.foursoft.harness.vec.v113 with type parameters of type VecTerminalReceptionReferenceModifier and TypeFieldDescriptionprotected List<VecTerminalReceptionReference>VecTerminalRole.terminalReceptionReferencesSpecifies theTerminalReceptionReferencesof thisTerminalRole.Methods in com.foursoft.harness.vec.v113 that return VecTerminalReceptionReferenceModifier and TypeMethodDescriptionObjectFactory.createVecTerminalReceptionReference()Create an instance ofVecTerminalReceptionReferenceVecMatingDetail.getFirstTerminalReception()Gets the value of the firstTerminalReception property.VecMatingDetail.getSecondTerminalReception()Gets the value of the secondTerminalReception property.VecCavityMountingDetail.getTerminalReceptionReference()Gets the value of the terminalReceptionReference property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecTerminalReceptionReferenceModifier and TypeMethodDescriptionVecTerminalReception.getRefTerminalReceptionReference()Gets aSetof allVecTerminalReceptionReferencethat 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.getTerminalReceptionReferences()Gets the value of the terminalReceptionReferences property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecTerminalReceptionReferenceModifier and TypeMethodDescriptionvoidVecMatingDetail.setFirstTerminalReception(VecTerminalReceptionReference value) Sets the value of the firstTerminalReception property.voidVecMatingDetail.setSecondTerminalReception(VecTerminalReceptionReference value) Sets the value of the secondTerminalReception property.voidVecCavityMountingDetail.setTerminalReceptionReference(VecTerminalReceptionReference value) Sets the value of the terminalReceptionReference property. -
Uses of VecTerminalReceptionReference in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecTerminalReceptionReferenceModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecTerminalReceptionReference(VecTerminalReceptionReference aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecTerminalReceptionReference(VecTerminalReceptionReference aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecTerminalReceptionReference(VecTerminalReceptionReference aBean) FunctionVisitor.visitVecTerminalReceptionReference(VecTerminalReceptionReference aBean) StrictBaseVisitor.visitVecTerminalReceptionReference(VecTerminalReceptionReference aBean) TraversingVisitor.visitVecTerminalReceptionReference(VecTerminalReceptionReference aBean) Visitor.visitVecTerminalReceptionReference(VecTerminalReceptionReference aBean)