com.moyosoft.connector.ms.excel
Class TextParsingType

java.lang.Object
  |
  +--AbstractType
        |
        +--com.moyosoft.connector.ms.excel.TextParsingType

public class TextParsingType
extends AbstractType

See Also:
Serialized Form

Field Summary
static TextParsingType DELIMITED
           
static TextParsingType FIXED_WIDTH
           
 
Method Summary
static TextParsingType getById(int pId)
           
 boolean isDelimited()
           
 boolean isFixedWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIMITED

public static final TextParsingType DELIMITED

FIXED_WIDTH

public static final TextParsingType FIXED_WIDTH
Method Detail

getById

public static TextParsingType getById(int pId)

isDelimited

public boolean isDelimited()

isFixedWidth

public boolean isFixedWidth()