Uses of Class
com.foursoft.harness.vec.v113.VecHousingComponent
Packages that use VecHousingComponent
-
Uses of VecHousingComponent in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecHousingComponentModifier and TypeFieldDescriptionprotected VecHousingComponentVecHousingComponentReference.housingComponentFields in com.foursoft.harness.vec.v113 with type parameters of type VecHousingComponentModifier and TypeFieldDescriptionprotected List<VecHousingComponent>VecEEComponentSpecification.housingComponentsMethods in com.foursoft.harness.vec.v113 that return VecHousingComponentModifier and TypeMethodDescriptionObjectFactory.createVecHousingComponent()Create an instance ofVecHousingComponentVecHousingComponentReference.getHousingComponent()Gets the value of the housingComponent property.VecPinComponent.getParentHousingComponent()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 VecHousingComponentModifier and TypeMethodDescriptionVecEEComponentSpecification.getHousingComponents()Gets the value of the housingComponents property.VecConnectorHousingSpecification.getRefHousingComponent()Gets aSetof allVecHousingComponentthat 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 VecHousingComponentModifier and TypeMethodDescriptionvoidVecHousingComponentReference.setHousingComponent(VecHousingComponent value) Sets the value of the housingComponent property. -
Uses of VecHousingComponent in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecHousingComponentModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecHousingComponent(VecHousingComponent aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecHousingComponent(VecHousingComponent aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecHousingComponent(VecHousingComponent aBean) FunctionVisitor.visitVecHousingComponent(VecHousingComponent aBean) StrictBaseVisitor.visitVecHousingComponent(VecHousingComponent aBean) TraversingVisitor.visitVecHousingComponent(VecHousingComponent aBean) Visitor.visitVecHousingComponent(VecHousingComponent aBean)