Interface StateProfileType

All Superinterfaces:
Identifiable<ProfileTypeUID>, ProfileType

@NonNullByDefault public interface StateProfileType extends ProfileType
Describes a StateProfile type.
Author:
Simon Kaufmann - Initial contribution, Stefan Triller - added getSupportedItemTypesOfChannel method
  • Method Details

    • getSupportedItemTypesOfChannel

      Collection<String> getSupportedItemTypesOfChannel()
      Get a collection of ItemType names that a Channel needs to support in order to able to use this ProfileType
      Returns:
      a collection of supported ItemType names (an empty list means ALL types are supported)