Uses of Class
io.github.hapjava.characteristics.impl.common.ServiceLabelNamespaceEnum
-
Packages that use ServiceLabelNamespaceEnum Package Description io.github.hapjava.characteristics.impl.common -
-
Uses of ServiceLabelNamespaceEnum in io.github.hapjava.characteristics.impl.common
Methods in io.github.hapjava.characteristics.impl.common that return ServiceLabelNamespaceEnum Modifier and Type Method Description static ServiceLabelNamespaceEnum
ServiceLabelNamespaceEnum. fromCode(java.lang.Integer code)
static ServiceLabelNamespaceEnum
ServiceLabelNamespaceEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ServiceLabelNamespaceEnum[]
ServiceLabelNamespaceEnum. 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.common with type arguments of type ServiceLabelNamespaceEnum Constructor Description ServiceLabelNamespaceCharacteristic(java.util.function.Supplier<java.util.concurrent.CompletableFuture<ServiceLabelNamespaceEnum>> getter)
-