Class TransformDefinition


  • public class TransformDefinition
    extends java.lang.Object
    The definition of a transformation.
    • Method Detail

      • getDefinition

        public java.lang.String getDefinition()
        Returns:
        the normalized user-provided definition
      • getActions

        public java.util.List<TransformAction> getActions()
        Returns:
        the list of actions for this transformation
      • getProperties

        public java.util.Properties getProperties()
        Returns:
        the list of properties extracted from the user-provided definition