Uses of Interface
org.openhab.core.thing.profiles.ProfileType
Packages that use ProfileType
Package
Description
-
Uses of ProfileType in org.openhab.core.automation.module.script.profile
Methods in org.openhab.core.automation.module.script.profile that return types with arguments of type ProfileType -
Uses of ProfileType in org.openhab.core.thing.profiles
Classes in org.openhab.core.thing.profiles with type parameters of type ProfileTypeModifier and TypeClassDescriptionfinal class
ProfileTypeBuilder<T extends ProfileType>
Builder forProfileType
instances.Subinterfaces of ProfileType in org.openhab.core.thing.profilesModifier and TypeInterfaceDescriptioninterface
Describes aStateProfile
type.interface
Describes aTriggerProfile
type.Fields in org.openhab.core.thing.profiles declared as ProfileTypeModifier and TypeFieldDescriptionstatic final ProfileType
SystemProfiles.BUTTON_TOGGLE_PLAYER_TYPE
static final ProfileType
SystemProfiles.BUTTON_TOGGLE_ROLLERSHUTTER_TYPE
static final ProfileType
SystemProfiles.BUTTON_TOGGLE_SWITCH_TYPE
static final ProfileType
SystemProfiles.DEFAULT_TYPE
static final ProfileType
SystemProfiles.FOLLOW_TYPE
static final ProfileType
SystemProfiles.HYSTERESIS_TYPE
static final ProfileType
SystemProfiles.OFFSET_TYPE
static final ProfileType
SystemProfiles.RANGE_TYPE
static final ProfileType
SystemProfiles.RAWBUTTON_ON_OFF_SWITCH_TYPE
static final ProfileType
SystemProfiles.RAWBUTTON_TOGGLE_PLAYER_TYPE
static final ProfileType
SystemProfiles.RAWBUTTON_TOGGLE_ROLLERSHUTTER_TYPE
static final ProfileType
SystemProfiles.RAWBUTTON_TOGGLE_SWITCH_TYPE
static final ProfileType
SystemProfiles.RAWROCKER_DIMMER_TYPE
static final ProfileType
SystemProfiles.RAWROCKER_NEXT_PREVIOUS_TYPE
static final ProfileType
SystemProfiles.RAWROCKER_ON_OFF_TYPE
static final ProfileType
SystemProfiles.RAWROCKER_PLAY_PAUSE_TYPE
static final ProfileType
SystemProfiles.RAWROCKER_REWIND_FASTFORWARD_TYPE
static final ProfileType
SystemProfiles.RAWROCKER_STOP_MOVE_TYPE
static final ProfileType
SystemProfiles.RAWROCKER_UP_DOWN_TYPE
static final ProfileType
SystemProfiles.TIMESTAMP_CHANGE_TYPE
static final ProfileType
SystemProfiles.TIMESTAMP_OFFSET_TYPE
static final ProfileType
SystemProfiles.TIMESTAMP_TRIGGER_TYPE
static final ProfileType
SystemProfiles.TIMESTAMP_UPDATE_TYPE
static final ProfileType
SystemProfiles.TRIGGER_EVENT_STRING_TYPE
Methods in org.openhab.core.thing.profiles that return types with arguments of type ProfileTypeModifier and TypeMethodDescriptionProfileTypeProvider.getProfileTypes
(@Nullable Locale locale) Returns all profile types for the givenLocale
.ProfileTypeRegistry.getProfileTypes()
Get the availableProfileType
s from all providers using the default locale.ProfileTypeRegistry.getProfileTypes
(@Nullable Locale locale) Get the availableProfileType
s from all providers. -
Uses of ProfileType in org.openhab.core.thing.profiles.dto
Methods in org.openhab.core.thing.profiles.dto with parameters of type ProfileTypeModifier and TypeMethodDescriptionstatic ProfileTypeDTO
ProfileTypeDTOMapper.map
(ProfileType profileType) Maps profile type into stripped profile type data transfer object. -
Uses of ProfileType in org.openhab.core.thing.profiles.i18n
Methods in org.openhab.core.thing.profiles.i18n that return ProfileTypeModifier and TypeMethodDescriptionProfileTypeI18nLocalizationService.createLocalizedProfileType
(@Nullable org.osgi.framework.Bundle bundle, ProfileType profileType, @Nullable Locale locale) Methods in org.openhab.core.thing.profiles.i18n with parameters of type ProfileTypeModifier and TypeMethodDescriptionProfileTypeI18nLocalizationService.createLocalizedProfileType
(@Nullable org.osgi.framework.Bundle bundle, ProfileType profileType, @Nullable Locale locale)