Interface OperationVariable

  • All Known Implementing Classes:
    DefaultOperationVariable

    public interface OperationVariable
    An operation variable is a submodel element that is used as input or output variable of an operation.
    • Method Detail

      • getValue

        SubmodelElement getValue()
        Describes the needed argument for an operation via a submodel element of kind=Template. The submodel element value of an operation variable shall be of kind=Template. More information under https://admin-shell.io/aas/3/0/RC01/OperationVariable/value
        Returns:
        Returns the SubmodelElement for the property value.
      • setValue

        void setValue​(SubmodelElement value)
        Describes the needed argument for an operation via a submodel element of kind=Template. The submodel element value of an operation variable shall be of kind=Template. More information under https://admin-shell.io/aas/3/0/RC01/OperationVariable/value
        Parameters:
        value - desired value for the property value.