java.lang.Object
org.praxislive.core.protocols.SupportedTypes.Result
- Enclosing interface:
SupportedTypes
Supported types result to be returned from
SupportedTypes.query().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontypes()List of supported types as immutable list.List of supported types as PArray for response call.
-
Constructor Details
-
Result
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
List of supported types as immutable list.- Returns:
- supported types
-
typesAsArray
List of supported types as PArray for response call.- Returns:
- supported types
-