Uses of Class
com.foursoft.harness.vec.v113.VecTerminalRole
Packages that use VecTerminalRole
-
Uses of VecTerminalRole in com.foursoft.harness.vec.v113
Subclasses of VecTerminalRole in com.foursoft.harness.vec.v113Modifier and TypeClassDescriptionclassA PluggableTerminalRole defines the instance specific properties and relationships of a pluggable terminal.classA RingTerminalRole defines the instance specific properties and relationships of a ring terminal.classA SpliceTerminalRole defines the instance specific properties and relationships of a splice terminal.Fields in com.foursoft.harness.vec.v113 declared as VecTerminalRoleModifier and TypeFieldDescriptionprotected VecTerminalRoleVecMatingPoint.firstTerminalRoleprotected VecTerminalRoleVecContactPoint.mountedTerminalprotected VecTerminalRoleVecMatingPoint.secondTerminalRoleprotected VecTerminalRoleVecPinComponentReference.terminalRoleMethods in com.foursoft.harness.vec.v113 that return VecTerminalRoleModifier and TypeMethodDescriptionObjectFactory.createVecTerminalRole()Create an instance ofVecTerminalRoleVecMatingPoint.getFirstTerminalRole()Gets the value of the firstTerminalRole property.VecContactPoint.getMountedTerminal()Gets the value of the mountedTerminal property.VecTerminalReceptionReference.getParentTerminalRole()Gets a reference to the parent of this object in the XML DOM Tree.VecWireReceptionReference.getParentTerminalRole()Gets a reference to the parent of this object in the XML DOM Tree.VecMatingPoint.getSecondTerminalRole()Gets the value of the secondTerminalRole property.VecPinComponentReference.getTerminalRole()Gets the value of the terminalRole property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecTerminalRoleModifier and TypeMethodDescriptionVecComponentPort.getRefTerminalRole()Gets aSetof allVecTerminalRolethat 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.VecTerminalSpecification.getRefTerminalRole()Gets aSetof allVecTerminalRolethat 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.Methods in com.foursoft.harness.vec.v113 with parameters of type VecTerminalRoleModifier and TypeMethodDescriptionvoidVecMatingPoint.setFirstTerminalRole(VecTerminalRole value) Sets the value of the firstTerminalRole property.voidVecContactPoint.setMountedTerminal(VecTerminalRole value) Sets the value of the mountedTerminal property.voidVecMatingPoint.setSecondTerminalRole(VecTerminalRole value) Sets the value of the secondTerminalRole property.voidVecPinComponentReference.setTerminalRole(VecTerminalRole value) Sets the value of the terminalRole property. -
Uses of VecTerminalRole in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecTerminalRoleModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecTerminalRole(VecTerminalRole aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecTerminalRole(VecTerminalRole aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecTerminalRole(VecTerminalRole aBean) FunctionVisitor.visitVecTerminalRole(VecTerminalRole aBean) StrictBaseVisitor.visitVecTerminalRole(VecTerminalRole aBean) TraversingVisitor.visitVecTerminalRole(VecTerminalRole aBean) Visitor.visitVecTerminalRole(VecTerminalRole aBean)