Uses of Class
com.foursoft.harness.vec.v113.VecCavitySpecification
Packages that use VecCavitySpecification
-
Uses of VecCavitySpecification in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecCavitySpecificationFields in com.foursoft.harness.vec.v113 with type parameters of type VecCavitySpecificationModifier and TypeFieldDescriptionprotected List<VecCavitySpecification>VecCompatibilityStatement.cavitySpecificationReferences the CavitySpecifications for which the compatibility statement is stated.Methods in com.foursoft.harness.vec.v113 that return VecCavitySpecificationModifier and TypeMethodDescriptionObjectFactory.createVecCavitySpecification()Create an instance ofVecCavitySpecificationVecCavity.getCavitySpecification()Gets the value of the cavitySpecification property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecCavitySpecificationModifier and TypeMethodDescriptionVecCompatibilityStatement.getCavitySpecification()Gets the value of the cavitySpecification property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecCavitySpecificationModifier and TypeMethodDescriptionvoidVecCavity.setCavitySpecification(VecCavitySpecification value) Sets the value of the cavitySpecification property. -
Uses of VecCavitySpecification in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecCavitySpecificationModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecCavitySpecification(VecCavitySpecification aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecCavitySpecification(VecCavitySpecification aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecCavitySpecification(VecCavitySpecification aBean) FunctionVisitor.visitVecCavitySpecification(VecCavitySpecification aBean) StrictBaseVisitor.visitVecCavitySpecification(VecCavitySpecification aBean) TraversingVisitor.visitVecCavitySpecification(VecCavitySpecification aBean) Visitor.visitVecCavitySpecification(VecCavitySpecification aBean)