java.lang.Object
org.mule.runtime.extension.api.dsql.Field

public final class Field extends Object
Represents a selected field in a query.
Since:
1.0
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns:
      the name of the field.
    • getType

      public String getType()
      Returns:
      the type of the field.