Uses of Class
io.github.hapjava.characteristics.impl.slat.SlatTypeEnum
-
Packages that use SlatTypeEnum Package Description io.github.hapjava.accessories Contains interfaces that can be implemented to represent an exposed accessory.io.github.hapjava.characteristics.impl.slat -
-
Uses of SlatTypeEnum in io.github.hapjava.accessories
Methods in io.github.hapjava.accessories that return types with arguments of type SlatTypeEnum Modifier and Type Method Description CompletableFuture<SlatTypeEnum>SlatAccessory. getSlatType()Retrieves the slat type. -
Uses of SlatTypeEnum in io.github.hapjava.characteristics.impl.slat
Methods in io.github.hapjava.characteristics.impl.slat that return SlatTypeEnum Modifier and Type Method Description static SlatTypeEnumSlatTypeEnum. fromCode(Integer code)static SlatTypeEnumSlatTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SlatTypeEnum[]SlatTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in io.github.hapjava.characteristics.impl.slat with type arguments of type SlatTypeEnum Constructor Description SlatTypeCharacteristic(Supplier<CompletableFuture<SlatTypeEnum>> getter)
-