Interface AbstractOfficeFloorSource.SpecificationContext

  • Enclosing class:
    AbstractOfficeFloorSource

    protected static interface AbstractOfficeFloorSource.SpecificationContext
    Context for defining the specification.
    • Method Detail

      • addProperty

        void addProperty​(java.lang.String name)
        Adds a property.
        Parameters:
        name - Name of property that is also used as the label.
      • addProperty

        void addProperty​(java.lang.String name,
                         java.lang.String label)
        Adds a property.
        Parameters:
        name - Name of property.
        label - Label for the property.