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 ServiceLabelNamespaceEnumServiceLabelNamespaceEnum. fromCode(Integer code)static ServiceLabelNamespaceEnumServiceLabelNamespaceEnum. valueOf(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(Supplier<CompletableFuture<ServiceLabelNamespaceEnum>> getter)
-