Package org.openhab.core.types
Interface ComplexType
- All Superinterfaces:
Type
A complex type consists out of a sorted list of primitive constituents.
Each constituent can be referred to by a unique name.
- Author:
- Kai Kreuzer - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionReturns all constituents with their names as a sorted mapMethods inherited from interface org.openhab.core.types.Type
format, toFullString
-
Method Details
-
getConstituents
SortedMap<String,PrimitiveType> getConstituents()Returns all constituents with their names as a sorted map- Returns:
- all constituents with their names
-