Class ProfileTypeDTO
java.lang.Object
org.openhab.core.thing.profiles.dto.ProfileTypeDTO
DTO for profile types
- Author:
- Stefan Triller - Initial contribution
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
ConstructorDescriptionProfileTypeDTO
(String uid, String label, String kind, Collection<String> supportedItemTypes) -
Method Summary
-
Field Details
-
uid
-
label
-
kind
-
supportedItemTypes
-
-
Constructor Details
-
ProfileTypeDTO
public ProfileTypeDTO() -
ProfileTypeDTO
-