Class LocationTypeCreationTO.Layout

java.lang.Object
org.opentcs.access.to.model.LocationTypeCreationTO.Layout
All Implemented Interfaces:
Serializable
Enclosing class:
LocationTypeCreationTO

public static class LocationTypeCreationTO.Layout extends Object implements Serializable
Contains information regarding the grahical representation of a location type.
See Also:
  • Constructor Details

    • Layout

      public Layout()
      Creates a new instance.
    • Layout

      public Layout(LocationRepresentation locationRepresentation)
      Creates a new instance.
      Parameters:
      locationRepresentation - The location representation to use for locations with this location type.
  • Method Details

    • getLocationRepresentation

      public LocationRepresentation getLocationRepresentation()
      Returns the location representation to use for locations with this location type.
      Returns:
      The location representation to use for locations with this location type.
    • withLocationRepresentation

      public LocationTypeCreationTO.Layout withLocationRepresentation(LocationRepresentation locationRepresentation)
      Creates a copy of this object, with the given location representation.
      Parameters:
      locationRepresentation - The value to be set in the copy.
      Returns:
      A copy of this object, differing in the given value.
    • toString

      public String toString()
      Overrides:
      toString in class Object