Interface Java.EnumDeclaration

    • Method Detail

      • getImplementedTypes

        Java.Type[] getImplementedTypes()
        Returns:
        The interfaces that this enum implements
      • addConstant

        void addConstant​(Java.EnumConstant ec)
        Adds another constant to this enum declaration.