Uses of Class
com.foursoft.harness.vec.v113.VecCavityMounting
Packages that use VecCavityMounting
-
Uses of VecCavityMounting in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecCavityMountingModifier and TypeFieldDescriptionprotected List<VecCavityMounting>VecContactPoint.cavityMountingsMethods in com.foursoft.harness.vec.v113 that return VecCavityMountingModifier and TypeMethodDescriptionObjectFactory.createVecCavityMounting()Create an instance ofVecCavityMountingVecCavityMountingDetail.getParentCavityMounting()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 VecCavityMountingModifier and TypeMethodDescriptionVecContactPoint.getCavityMountings()Gets the value of the cavityMountings property.VecCavityAccessoryRole.getRefCavityMounting()Gets aSetof allVecCavityMountingthat 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.VecCavityPlugRole.getRefCavityMounting()Gets aSetof allVecCavityMountingthat 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.VecCavityReference.getRefCavityMounting()Gets aSetof allVecCavityMountingthat 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. -
Uses of VecCavityMounting in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecCavityMountingModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecCavityMounting(VecCavityMounting aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecCavityMounting(VecCavityMounting aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecCavityMounting(VecCavityMounting aBean) FunctionVisitor.visitVecCavityMounting(VecCavityMounting aBean) StrictBaseVisitor.visitVecCavityMounting(VecCavityMounting aBean) TraversingVisitor.visitVecCavityMounting(VecCavityMounting aBean) Visitor.visitVecCavityMounting(VecCavityMounting aBean)