Uses of Class
com.foursoft.harness.vec.v113.VecConnectorHousingRole
Packages that use VecConnectorHousingRole
-
Uses of VecConnectorHousingRole in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecConnectorHousingRoleModifier and TypeFieldDescriptionprotected VecConnectorHousingRoleVecHousingComponentReference.connectorHousingRoleprotected VecConnectorHousingRoleVecCouplingPoint.firstConnectorprotected VecConnectorHousingRoleVecCouplingPoint.secondConnectorFields in com.foursoft.harness.vec.v113 with type parameters of type VecConnectorHousingRoleModifier and TypeFieldDescriptionprotected List<VecConnectorHousingRole>VecModularSlotReference.usedInsertsReferences the inserts that are used in thisModularSlotReference.More than one insert is valid in the case variant dependent equipment of the slot.Methods in com.foursoft.harness.vec.v113 that return VecConnectorHousingRoleModifier and TypeMethodDescriptionObjectFactory.createVecConnectorHousingRole()Create an instance ofVecConnectorHousingRoleVecHousingComponentReference.getConnectorHousingRole()Gets the value of the connectorHousingRole property.VecCouplingPoint.getFirstConnector()Gets the value of the firstConnector property.VecAbstractSlotReference.getParentConnectorHousingRole()Gets a reference to the parent of this object in the XML DOM Tree.VecCouplingPoint.getSecondConnector()Gets the value of the secondConnector property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecConnectorHousingRoleModifier and TypeMethodDescriptionVecComponentNode.getRefConnectorHousingRole()Gets aSetof allVecConnectorHousingRolethat 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.VecConnectorHousingSpecification.getRefConnectorHousingRole()Gets aSetof allVecConnectorHousingRolethat 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.VecModularSlotReference.getUsedInserts()Gets the value of the usedInserts property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecConnectorHousingRoleModifier and TypeMethodDescriptionvoidVecHousingComponentReference.setConnectorHousingRole(VecConnectorHousingRole value) Sets the value of the connectorHousingRole property.voidVecCouplingPoint.setFirstConnector(VecConnectorHousingRole value) Sets the value of the firstConnector property.voidVecCouplingPoint.setSecondConnector(VecConnectorHousingRole value) Sets the value of the secondConnector property. -
Uses of VecConnectorHousingRole in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecConnectorHousingRoleModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecConnectorHousingRole(VecConnectorHousingRole aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecConnectorHousingRole(VecConnectorHousingRole aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecConnectorHousingRole(VecConnectorHousingRole aBean) FunctionVisitor.visitVecConnectorHousingRole(VecConnectorHousingRole aBean) StrictBaseVisitor.visitVecConnectorHousingRole(VecConnectorHousingRole aBean) TraversingVisitor.visitVecConnectorHousingRole(VecConnectorHousingRole aBean) Visitor.visitVecConnectorHousingRole(VecConnectorHousingRole aBean)