Uses of Class
com.foursoft.harness.vec.v113.VecTerminalType
Packages that use VecTerminalType
-
Uses of VecTerminalType in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecTerminalTypeModifier and TypeFieldDescriptionprotected VecTerminalTypeVecTerminalReceptionSpecification.terminalTypeSpecifies the terminal type that is associated with the terminal reception.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecTerminalTypeModifier and TypeFieldDescriptionprotected List<VecTerminalType>VecCavityPartSpecification.compatibleTerminalTypesDefines a list of terminal types that are compatible to this CavitySealSpecification.protected List<VecTerminalType>VecCavitySpecification.compatibleTerminalTypesDefines a list of terminal types that are compatible to this CavitySpecification.Methods in com.foursoft.harness.vec.v113 that return VecTerminalTypeModifier and TypeMethodDescriptionObjectFactory.createVecTerminalType()Create an instance ofVecTerminalTypeVecTerminalReceptionSpecification.getTerminalType()Gets the value of the terminalType property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecTerminalTypeModifier and TypeMethodDescriptionVecCavityPartSpecification.getCompatibleTerminalTypes()Gets the value of the compatibleTerminalTypes property.VecCavitySpecification.getCompatibleTerminalTypes()Gets the value of the compatibleTerminalTypes property.Methods in com.foursoft.harness.vec.v113 with parameters of type VecTerminalTypeModifier and TypeMethodDescriptionvoidVecTerminalReceptionSpecification.setTerminalType(VecTerminalType value) Sets the value of the terminalType property. -
Uses of VecTerminalType in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecTerminalTypeModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecTerminalType(VecTerminalType aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecTerminalType(VecTerminalType aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecTerminalType(VecTerminalType aBean) FunctionVisitor.visitVecTerminalType(VecTerminalType aBean) StrictBaseVisitor.visitVecTerminalType(VecTerminalType aBean) TraversingVisitor.visitVecTerminalType(VecTerminalType aBean) Visitor.visitVecTerminalType(VecTerminalType aBean)