Enum MethodNames

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<MethodNames>

    public enum MethodNames
    extends java.lang.Enum<MethodNames>
    Gives access to the method names defined in the runtime that the generated code refers to, e.g. by implementing a method with the given name. The reference to the actual method is documented in the Javadoc "see" tags.

    The constants are used by the code generator.

    Author:
    Jan Ortmann