Package de.ddb.conversion.util

Examples of de.ddb.conversion.util.RecordPattern


    /**
     * @return the type of record pattern used by this format.
     */
    public RecordPattern getPatternType()
    {
      RecordPattern type = null;
      if(getRecordPatternString() != null)
      {
        type = RecordPattern.RECORD;
      }
      else if(getRecordDelimiterPatternString() != null)
View Full Code Here

TOP

Related Classes of de.ddb.conversion.util.RecordPattern

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.