Uses of Class
com.foursoft.harness.vec.v113.VecConnectorHousingSpecification
Packages that use VecConnectorHousingSpecification
-
Uses of VecConnectorHousingSpecification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecConnectorHousingSpecificationModifier and TypeFieldDescriptionprotected VecConnectorHousingSpecificationVecConnectorHousingRole.connectorHousingSpecificationReferences theConnectorHousingSpecificationthat is instanced by thisConnectorHousingRole.protected VecConnectorHousingSpecificationVecHousingComponent.housingSpecificationFields in com.foursoft.harness.vec.v113 with type parameters of type VecConnectorHousingSpecificationModifier and TypeFieldDescriptionprotected List<VecConnectorHousingSpecification>VecCompatibilityStatement.connectorHousingSpecificationReferences the ConnectorHousingSpecifications for which the compatibility statement is stated.Methods in com.foursoft.harness.vec.v113 that return VecConnectorHousingSpecificationModifier and TypeMethodDescriptionObjectFactory.createVecConnectorHousingSpecification()Create an instance ofVecConnectorHousingSpecificationVecConnectorHousingRole.getConnectorHousingSpecification()Gets the value of the connectorHousingSpecification property.VecHousingComponent.getHousingSpecification()Gets the value of the housingSpecification property.VecAbstractSlot.getParentConnectorHousingSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecCoding.getParentConnectorHousingSpecification()Gets a reference to the parent of this object in the XML DOM Tree.VecSegmentConnectionPoint.getParentConnectorHousingSpecification()Gets a reference to the parent of this object in the XML DOM Tree.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecConnectorHousingSpecificationModifier and TypeMethodDescriptionVecCompatibilityStatement.getConnectorHousingSpecification()Gets the value of the connectorHousingSpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecConnectorHousingSpecificationModifier and TypeMethodDescriptionvoidVecConnectorHousingRole.setConnectorHousingSpecification(VecConnectorHousingSpecification value) Sets the value of the connectorHousingSpecification property.voidVecHousingComponent.setHousingSpecification(VecConnectorHousingSpecification value) Sets the value of the housingSpecification property. -
Uses of VecConnectorHousingSpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecConnectorHousingSpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecConnectorHousingSpecification(VecConnectorHousingSpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecConnectorHousingSpecification(VecConnectorHousingSpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecConnectorHousingSpecification(VecConnectorHousingSpecification aBean) FunctionVisitor.visitVecConnectorHousingSpecification(VecConnectorHousingSpecification aBean) StrictBaseVisitor.visitVecConnectorHousingSpecification(VecConnectorHousingSpecification aBean) TraversingVisitor.visitVecConnectorHousingSpecification(VecConnectorHousingSpecification aBean)