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. SeeServiceLabelNamespaceEnumfor possible values.
- 
- 
Field Summary- 
Fields inherited from class io.github.hapjava.characteristics.impl.base.EnumCharacteristicgetter, setter
 
- 
 - 
Constructor SummaryConstructors 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.EnumCharacteristicconvert, getDefault, getEnumValue, getValidValues, getValue, makeBuilder, setValue, setValue
 - 
Methods inherited from class io.github.hapjava.characteristics.impl.base.BaseCharacteristicgetType, setJsonValue, setValue, subscribe, supplyValue, toJson, unsubscribe
 
- 
 
- 
- 
- 
Constructor Detail- 
ServiceLabelNamespaceCharacteristicpublic ServiceLabelNamespaceCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<ServiceLabelNamespaceEnum>> getter) 
 
- 
 
-