Class TransformProcess.Definition

Object
Definition
Enclosing class:
TransformProcess

public static class TransformProcess.Definition extends Object
Definition of an attribute used during transform

Note this definition is terse as we are gathering the details from the origional FeatureType.

Author:
jody
  • Field Details

    • name

      public String name
      Name of the AttribtueDescriptor to generate
    • expression

      public Expression expression
      Expression used to generate the target value; most simply a PropertyName
    • binding

      public Class<?> binding
      Class binding (if known)
  • Constructor Details

    • Definition

      public Definition()