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

org.opentcs.util.persistence.v005.AllowedOperationTO Maven / Gradle / Ivy

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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy