Interface CustomBasicGenerator.BasicInterface

All Known Implementing Classes:
CustomBasicGenerator.BasicImpl, CustomBasicGenerator.ExtendedImpl
Enclosing class:
CustomBasicGenerator

public static interface CustomBasicGenerator.BasicInterface
Test interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the code.
    Returns the name.
  • Method Details

    • getCode

      int getCode()
      Returns the code.
      Returns:
      The code.
    • getName

      String getName()
      Returns the name.
      Returns:
      The name.