Interface ExchangeAttributeBuilder

    • Method Detail

      • name

        String name()
        The string representation of the attribute name. This is used solely for debugging / informational purposes
        Returns:
        The attribute name
      • build

        ExchangeAttribute build​(String token)
        Build the attribute from a text based representation. If the attribute does not understand this representation then it will just return null.
        Parameters:
        token - The string token
        Returns:
        The exchange attribute, or null
      • priority

        int priority()
        The priority of the builder. Builders will be tried in priority builder. Built in builders use the priority range 0-100,
        Returns:
        The priority