Amplication AST Libraries Documentation
    Preparing search index...

    Enumeration MethodType

    Enumeration of possible method types in Java. Defines the different categories of methods that can be created.

    Index

    Enumeration Members

    Enumeration Members

    INSTANCE: 0

    Regular instance method

    STATIC: 1

    Static method that belongs to the class

    ABSTRACT: 2

    Abstract method that must be implemented by subclasses

    DEFAULT: 3

    Default method in an interface