All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opentcs.util.persistence.v6.AllowedPeripheralOperationTO Maven / Gradle / Ivy

The newest version!
// SPDX-FileCopyrightText: The openTCS Authors
// SPDX-License-Identifier: MIT
package org.opentcs.util.persistence.v6;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;

/**
 */
@XmlAccessorType(XmlAccessType.PROPERTY)
public class AllowedPeripheralOperationTO
    extends
      PlantModelElementTO {

  /**
   * Creates a new instance.
   */
  public AllowedPeripheralOperationTO() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy