Uses of Class
com.foursoft.harness.vec.v113.VecSealingClass
Packages that use VecSealingClass
-
Uses of VecSealingClass in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 with type parameters of type VecSealingClassModifier and TypeFieldDescriptionprotected List<VecSealingClass>VecZone.requiredSealingClassesDefines theSealingClassthat is required in thisZone.protected List<VecSealingClass>VecCavityPartSpecification.sealingClassesSpecifies the sealing class of the cavity seal.protected List<VecSealingClass>VecConnectorHousingSpecification.sealingClassesSpecifies the sealing class of the slot.protected List<VecSealingClass>VecGrommetSpecification.sealingClassesSpecifies the sealing class of the grommet.protected List<VecSealingClass>VecTerminalSpecification.sealingClassesSpecifies the sealing class of the terminal.Methods in com.foursoft.harness.vec.v113 that return VecSealingClassModifier and TypeMethodDescriptionObjectFactory.createVecSealingClass()Create an instance ofVecSealingClassMethods in com.foursoft.harness.vec.v113 that return types with arguments of type VecSealingClassModifier and TypeMethodDescriptionVecZone.getRequiredSealingClasses()Gets the value of the requiredSealingClasses property.VecCavityPartSpecification.getSealingClasses()Gets the value of the sealingClasses property.VecConnectorHousingSpecification.getSealingClasses()Gets the value of the sealingClasses property.VecGrommetSpecification.getSealingClasses()Gets the value of the sealingClasses property.VecTerminalSpecification.getSealingClasses()Gets the value of the sealingClasses property. -
Uses of VecSealingClass in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecSealingClassModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecSealingClass(VecSealingClass aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecSealingClass(VecSealingClass aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecSealingClass(VecSealingClass aBean) FunctionVisitor.visitVecSealingClass(VecSealingClass aBean) StrictBaseVisitor.visitVecSealingClass(VecSealingClass aBean) TraversingVisitor.visitVecSealingClass(VecSealingClass aBean) Visitor.visitVecSealingClass(VecSealingClass aBean)