Uses of Class
com.foursoft.harness.vec.v113.VecCavityMountingDetail
Packages that use VecCavityMountingDetail
-
Uses of VecCavityMountingDetail in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecCavityMountingDetailModifier and TypeFieldDescriptionprotected List<VecCavityMountingDetail>VecCavityMounting.cavityMountingDetailsSpecifies the CavityMoutingDetails, if a detailed description of the relationships between Cavities and TerminalReceptions is needed.Methods in com.foursoft.harness.vec.v113 that return VecCavityMountingDetailModifier and TypeMethodDescriptionObjectFactory.createVecCavityMountingDetail()Create an instance ofVecCavityMountingDetailMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecCavityMountingDetailModifier and TypeMethodDescriptionVecCavityMounting.getCavityMountingDetails()Gets the value of the cavityMountingDetails property.VecCavityReference.getRefCavityMountingDetail()Gets aSetof allVecCavityMountingDetailthat 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.VecTerminalReceptionReference.getRefCavityMountingDetail()Gets aSetof allVecCavityMountingDetailthat 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 VecCavityMountingDetail in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecCavityMountingDetailModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecCavityMountingDetail(VecCavityMountingDetail aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecCavityMountingDetail(VecCavityMountingDetail aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecCavityMountingDetail(VecCavityMountingDetail aBean) FunctionVisitor.visitVecCavityMountingDetail(VecCavityMountingDetail aBean) StrictBaseVisitor.visitVecCavityMountingDetail(VecCavityMountingDetail aBean) TraversingVisitor.visitVecCavityMountingDetail(VecCavityMountingDetail aBean) Visitor.visitVecCavityMountingDetail(VecCavityMountingDetail aBean)