Interface TeamSourceProperty

All Known Subinterfaces:
OfficeFloorTeamSourcePropertyType
All Known Implementing Classes:
PropertyNode, TeamSourcePropertyImpl

public interface TeamSourceProperty
Individual property of the TeamSourceSpecification.
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.