Class ServiceLabelNamespaceCharacteristic
- java.lang.Object
-
- io.github.hapjava.characteristics.impl.base.BaseCharacteristic<java.lang.Integer>
-
- io.github.hapjava.characteristics.impl.base.EnumCharacteristic<ServiceLabelNamespaceEnum>
-
- io.github.hapjava.characteristics.impl.common.ServiceLabelNamespaceCharacteristic
-
- All Implemented Interfaces:
Characteristic
,EventableCharacteristic
public class ServiceLabelNamespaceCharacteristic extends EnumCharacteristic<ServiceLabelNamespaceEnum>
This characteristic describes the naming schema for an accessory. SeeServiceLabelNamespaceEnum
for possible values.
-
-
Field Summary
-
Fields inherited from class io.github.hapjava.characteristics.impl.base.EnumCharacteristic
getter, setter
-
-
Constructor Summary
Constructors Constructor Description ServiceLabelNamespaceCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<ServiceLabelNamespaceEnum>> getter)
-
Method Summary
-
Methods inherited from class io.github.hapjava.characteristics.impl.base.EnumCharacteristic
convert, getDefault, getEnumValue, getValidValues, getValue, makeBuilder, setValue, setValue
-
Methods inherited from class io.github.hapjava.characteristics.impl.base.BaseCharacteristic
getType, setJsonValue, setValue, subscribe, supplyValue, toJson, unsubscribe
-
-
-
-
Constructor Detail
-
ServiceLabelNamespaceCharacteristic
public ServiceLabelNamespaceCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<ServiceLabelNamespaceEnum>> getter)
-
-