Package org.openhab.core.transform
Class Transformation
java.lang.Object
org.openhab.core.transform.Transformation
- All Implemented Interfaces:
Identifiable<String>
The
Transformation
encapsulates a transformation configuration- Author:
- Jan N. Klug - Initial contribution
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
FUNCTION
- See Also:
-
-
Constructor Details
-
Transformation
- Parameters:
uid
- the configuration UID. The format is config:<type>:<name>[:<locale>]. For backward compatibility also filenames are allowed.type
- the type of the configuration (file extension for file-based providers)configuration
- the configuration (containing e.g. the transformation function)
-
-
Method Details
-
getUID
Description copied from interface:Identifiable
Get the unique identifier.- Specified by:
getUID
in interfaceIdentifiable<String>
- Returns:
- the unique identifier
-
getLabel
-
getType
-
getConfiguration
-
equals
-
hashCode
public int hashCode() -
toString
-