Class ReflectiveMethodDefinition


  • public class ReflectiveMethodDefinition
    extends MethodDefinition
    INTERNAL:

    Purpose: Model a method for code generation purposes, using java.lang.Class for the parameter types.

    Since:
    TopLink 5.0
    Author:
    Paul Fullbright
    • Field Detail

      • argumentTypes

        protected java.util.Vector argumentTypes
      • type

        protected java.lang.Class type
    • Constructor Detail

      • ReflectiveMethodDefinition

        public ReflectiveMethodDefinition()