Uses of Class
com.foursoft.harness.vec.v113.VecCavityReference
Packages that use VecCavityReference
-
Uses of VecCavityReference in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecCavityReferenceModifier and TypeFieldDescriptionprotected VecCavityReferenceVecCavityMountingDetail.equippedCavityRefprotected VecCavityReferenceVecCavityCoupling.firstCavityprotected VecCavityReferenceVecCavityCoupling.secondCavityFields in com.foursoft.harness.vec.v113 with type parameters of type VecCavityReferenceModifier and TypeFieldDescriptionprotected List<VecCavityReference>VecSlotReference.cavityReferencesprotected List<VecCavityReference>VecCavityMounting.equippedCavityRefprotected List<VecCavityReference>VecCavityPlugRole.pluggedCavityRefMethods in com.foursoft.harness.vec.v113 that return VecCavityReferenceModifier and TypeMethodDescriptionObjectFactory.createVecCavityReference()Create an instance ofVecCavityReferenceVecCavityMountingDetail.getEquippedCavityRef()Gets the value of the equippedCavityRef property.VecCavityCoupling.getFirstCavity()Gets the value of the firstCavity property.VecCavityCoupling.getSecondCavity()Gets the value of the secondCavity property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecCavityReferenceModifier and TypeMethodDescriptionVecSlotReference.getCavityReferences()Gets the value of the cavityReferences property.VecCavityMounting.getEquippedCavityRef()Gets the value of the equippedCavityRef property.VecCavityPlugRole.getPluggedCavityRef()Gets the value of the pluggedCavityRef property.VecCavity.getRefCavityReference()Gets aSetof allVecCavityReferencethat 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.VecComponentPort.getRefCavityReference()Gets aSetof allVecCavityReferencethat 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 VecCavityReferenceModifier and TypeMethodDescriptionvoidVecCavityMountingDetail.setEquippedCavityRef(VecCavityReference value) Sets the value of the equippedCavityRef property.voidVecCavityCoupling.setFirstCavity(VecCavityReference value) Sets the value of the firstCavity property.voidVecCavityCoupling.setSecondCavity(VecCavityReference value) Sets the value of the secondCavity property. -
Uses of VecCavityReference in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecCavityReferenceModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecCavityReference(VecCavityReference aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecCavityReference(VecCavityReference aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecCavityReference(VecCavityReference aBean) FunctionVisitor.visitVecCavityReference(VecCavityReference aBean) StrictBaseVisitor.visitVecCavityReference(VecCavityReference aBean) TraversingVisitor.visitVecCavityReference(VecCavityReference aBean) Visitor.visitVecCavityReference(VecCavityReference aBean)