Interface IOperationArgument

  • All Superinterfaces:
    IAsset, IProperty, ITypeAsset, java.io.Serializable

    public interface IOperationArgument
    extends IProperty
    Interface representing the Operation argument.
    • Method Detail

      • getParameterType

        java.lang.String getParameterType()
        Gets the parameter type of this argument.
        Specified by:
        getParameterType in interface IProperty
        Returns:
        the parameter type of this argument.
      • getExpression

        java.lang.String getExpression()
        Gets the expression of this argument.
        Returns:
        the expression of this argument.
      • getRequired

        java.lang.Boolean getRequired()
        Represent is this argument is required or not.
        Specified by:
        getRequired in interface IProperty
        Returns:
        true if this argument is except values, false if not and null if not known.