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

org.nasdanika.models.functionflow.Supplier Maven / Gradle / Ivy

There is a newer version: 2024.11.0
Show newest version
/**
 */
package org.nasdanika.models.functionflow;

import org.nasdanika.models.architecture.RelationshipSource;

/**
 * 
 * A representation of the model object 'Supplier'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.functionflow.Supplier#getOutput Output}
  • *
* * @see org.nasdanika.models.functionflow.FunctionFlowPackage#getSupplier() * @model * @generated */ public interface Supplier extends FlowElement, RelationshipSource { /** * Returns the value of the 'Output' attribute. * * * * Output type * * @return the value of the 'Output' attribute. * @see #setOutput(String) * @see org.nasdanika.models.functionflow.FunctionFlowPackage#getSupplier_Output() * @model * @generated */ String getOutput(); /** * Sets the value of the '{@link org.nasdanika.models.functionflow.Supplier#getOutput Output}' attribute. * * * @param value the new value of the 'Output' attribute. * @see #getOutput() * @generated */ void setOutput(String value); } // Supplier




© 2015 - 2025 Weber Informatics LLC | Privacy Policy