Interface Value


@NoImplement @MinMuleVersion("4.4") @DoNotEnforceMinMuleVersion public interface Value
Represents a possible and valid value for a parameter.

Also this Value can be composed by other Options to form a composed option.

Since:
1.0
  • Method Details

    • getId

      String getId()
      Returns:
      identifier for the current option
    • getDisplayName

      String getDisplayName()
      Returns:
      human readable name to use when displaying the option
    • getChilds

      Set<Value> getChilds()
      Returns:
      the child values that form a composed Value.
    • getPartName

      String getPartName()
      Returns:
      the name of the part which this Value is from