Interface OfficeFloorPropertyType

  • All Known Implementing Classes:
    PropertyNode

    public interface OfficeFloorPropertyType
    Type definition for a Property of the OfficeFloor.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • getName

        java.lang.String getName()
        Obtains the name for the Property.
        Returns:
        Name for the Property.
      • getLabel

        java.lang.String getLabel()
        Obtains the label to describe the Property.
        Returns:
        Label to describe the Property.
      • getDefaultValue

        java.lang.String getDefaultValue()
        Obtains the default value for this Property.
        Returns:
        Default value for this Property.