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 Summary

      Fields 
      Modifier and Type Field Description
      Class<?> binding
      Class binding (if known)
      Expression expression
      Expression used to generate the target value; most simply a PropertyName
      String name
      Name of the AttribtueDescriptor to generate
    • Constructor Summary

      Constructors 
      Constructor Description
      Definition()  
    • Method Summary

      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()