Class FieldReference

    • Constructor Detail

      • FieldReference

        public FieldReference​(String name)
        Creates a field reference.
        Parameters:
        name - The var attribute, which must match to a field in the data form.
    • Method Detail

      • getName

        public final String getName()
        Gets the var attribute. This must match to a field in the data form.
        Returns:
        The var attribute.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object