Package net.solarnetwork.node.io.bacnet
Class BacnetUtils
java.lang.Object
net.solarnetwork.node.io.bacnet.BacnetUtils
Utilities for BACnet.
- Version:
- 1.0
- Author:
- matt
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringcamelToKebabCase(String value) Convert a CamelCaseString into a kebab-case-string.static StringkebabToCamelCase(String value) Convert a kebab-case-string into a CamelCaseString.
-
Method Details
-
camelToKebabCase
Convert a CamelCaseString into a kebab-case-string.- Parameters:
value- the value to convert- Returns:
- the converted value
-
kebabToCamelCase
Convert a kebab-case-string into a CamelCaseString.- Parameters:
value- the value to convert- Returns:
- the converted value
-