Uses of Class
com.foursoft.harness.vec.v113.VecExtensionSlot
Packages that use VecExtensionSlot
-
Uses of VecExtensionSlot in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecExtensionSlotModifier and TypeFieldDescriptionprotected VecExtensionSlotVecExtensionSlotReference.extensionSlotFields in com.foursoft.harness.vec.v113 with type parameters of type VecExtensionSlotModifier and TypeFieldDescriptionprotected List<VecExtensionSlot>VecEEComponentSpecification.extensionSlotsMethods in com.foursoft.harness.vec.v113 that return VecExtensionSlotModifier and TypeMethodDescriptionObjectFactory.createVecExtensionSlot()Create an instance ofVecExtensionSlotVecExtensionSlotReference.getExtensionSlot()Gets the value of the extensionSlot property.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecExtensionSlotModifier and TypeMethodDescriptionVecEEComponentSpecification.getExtensionSlots()Gets the value of the extensionSlots property.VecPartVersion.getRefExtensionSlot()Gets aSetof allVecExtensionSlotthat 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 VecExtensionSlotModifier and TypeMethodDescriptionvoidVecExtensionSlotReference.setExtensionSlot(VecExtensionSlot value) Sets the value of the extensionSlot property. -
Uses of VecExtensionSlot in com.foursoft.harness.vec.v113.visitor
Methods in com.foursoft.harness.vec.v113.visitor with parameters of type VecExtensionSlotModifier and TypeMethodDescriptionvoidDepthFirstTraverserImpl.traverseVecExtensionSlot(VecExtensionSlot aBean, Visitor<?, E> aVisitor) voidTraverser.traverseVecExtensionSlot(VecExtensionSlot aBean, Visitor<?, E> aVisitor) BaseVisitor.visitVecExtensionSlot(VecExtensionSlot aBean) FunctionVisitor.visitVecExtensionSlot(VecExtensionSlot aBean) StrictBaseVisitor.visitVecExtensionSlot(VecExtensionSlot aBean) TraversingVisitor.visitVecExtensionSlot(VecExtensionSlot aBean) Visitor.visitVecExtensionSlot(VecExtensionSlot aBean)