Class TransformProcess.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 Detail

      • 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 Detail

      • Definition

        public Definition()