Class OfficeFloorSourcePropertyImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      OfficeFloorSourcePropertyImpl​(java.lang.String name, java.lang.String label)
      Initiate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()
      Obtains the display name of the property.
      java.lang.String getName()
      Obtains the name of the property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OfficeFloorSourcePropertyImpl

        public OfficeFloorSourcePropertyImpl​(java.lang.String name,
                                             java.lang.String label)
        Initiate.
        Parameters:
        name - Name.
        label - Label. Defaults to name if null.