Interface ExecutiveSourceProperty

All Known Implementing Classes:
ExecutiveSourcePropertyImpl

public interface ExecutiveSourceProperty
Individual property of the ExecutiveSourceSpecification.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtains the display name of the property.
    Obtains name of property.
  • Method Details

    • getName

      String getName()
      Obtains name of property.
      Returns:
      Name of property.
    • getLabel

      String getLabel()
      Obtains the display name of the property. If this returns null then the return value of getName() is used.
      Returns:
      Display name of property.