Package org.apache.metamodel.fixedwidth
Class FixedWidthColumnSpec
- java.lang.Object
-
- org.apache.metamodel.fixedwidth.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 aFixedWidthDataContext.
-
-
Constructor Summary
Constructors Constructor Description FixedWidthColumnSpec(String name, int width)
-