Class FixedWidthColumnSpec

  • All Implemented Interfaces:
    org.apache.metamodel.util.HasName

    public final class FixedWidthColumnSpec
    extends Object
    implements org.apache.metamodel.util.HasName
    Represents the specification of a single column for a FixedWidthDataContext.
    • Constructor Detail

      • FixedWidthColumnSpec

        public FixedWidthColumnSpec​(String name,
                                    int width)
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface org.apache.metamodel.util.HasName
      • getWidth

        public int getWidth()