Uses of Class
com.foursoft.harness.vec.v113.VecTerminalReception
Packages that use VecTerminalReception
-
Uses of VecTerminalReception in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecTerminalReceptionModifier and TypeFieldDescriptionprotected VecTerminalReceptionVecTerminalReceptionReference.terminalReceptionReferences theTerminalReceptionthat is instanced by thisTerminalReceptionReference.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecTerminalReceptionModifier and TypeFieldDescriptionprotected List<VecTerminalReception>VecInternalTerminalConnection.terminalReceptionprotected List<VecTerminalReception>VecTerminalSpecification.terminalReceptionsMethods in com.foursoft.harness.vec.v113 that return VecTerminalReceptionModifier and TypeMethodDescriptionObjectFactory.createVecTerminalReception()Create an instance ofVecTerminalReceptionVecTerminalReceptionReference.getTerminalReception()Gets the value of the terminalReception property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecTerminalReceptionModifier and TypeMethodDescriptionVecTerminalReceptionSpecification.getRefTerminalReception()Gets aSetof allVecTerminalReceptionthat 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.VecInternalTerminalConnection.getTerminalReception()Gets the value of the terminalReception property.VecTerminalSpecification.getTerminalReceptions()Gets the value of the terminalReceptions property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecTerminalReceptionModifier and TypeMethodDescriptionvoidVecTerminalReceptionReference.setTerminalReception(VecTerminalReception value) Sets the value of the terminalReception property. -
Uses of VecTerminalReception in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecTerminalReceptionModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecTerminalReception(VecTerminalReception aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecTerminalReception(VecTerminalReception aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecTerminalReception(VecTerminalReception aBean) FunctionVisitor.visitVecTerminalReception(VecTerminalReception aBean) StrictBaseVisitor.visitVecTerminalReception(VecTerminalReception aBean) TraversingVisitor.visitVecTerminalReception(VecTerminalReception aBean) Visitor.visitVecTerminalReception(VecTerminalReception aBean)