co.uk.hjcs.canyon.parsing
Interface FieldDefinition

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
DelimitedFieldDefinition, FixedLengthFieldDefinition

public interface FieldDefinition
extends java.lang.Comparable

The base for field definition clases

Author:
HJC Solutions Ltd (http://canyon.hjcsolutions.co.uk)

Method Summary
 java.lang.String getName()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

java.lang.String getName()