Enum Class MethodNames

java.lang.Object
java.lang.Enum<MethodNames>
org.faktorips.runtime.internal.MethodNames
All Implemented Interfaces:
Serializable, Comparable<MethodNames>, Constable

public enum MethodNames extends 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