Interface Defined

All Known Subinterfaces:
Control, Field, Screen, Session, Table

public interface Defined
Anything related to a host application that has a definition will implement Defined. For example, a screen or a field.
Version:
$Id$
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the item.
  • Method Details

    • getName

      String getName()
      Returns the name of the item.
      Returns:
      the name of the item.