Class SupportedTypes.Result

java.lang.Object
org.praxislive.core.protocols.SupportedTypes.Result
Enclosing interface:
SupportedTypes

public static final class SupportedTypes.Result extends Object
Supported types result to be returned from SupportedTypes.query().
  • Constructor Details

    • Result

      public Result(List<ComponentType> types)
      Construct a Result object. The provided list will be copied if not already immutable. The list must not contain null values.
      Parameters:
      types - supported types
  • Method Details

    • types

      public List<ComponentType> types()
      List of supported types as immutable list.
      Returns:
      supported types
    • typesAsArray

      public PArray typesAsArray()
      List of supported types as PArray for response call.
      Returns:
      supported types