Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache » poi » generator » [javadoc | source]
org.apache.poi.generator
public class: RecordUtil [javadoc | source]
java.lang.Object
   org.apache.poi.generator.RecordUtil

Direct Known Subclasses:
    HDFRecordUtil

Helper functions for the record transformations.
Method from org.apache.poi.generator.RecordUtil Summary:
clone,   getByteArrayString,   getConstName,   getFieldName,   getFieldName,   getFieldName1stCap,   getMask,   getRecordId,   getToString,   getType,   getType1stCap,   initializeText,   pad
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.generator.RecordUtil Detail:
 public static String clone(String name,
    String type,
    int pos) 
 public static String getByteArrayString(String data) 
 public static String getConstName(String parentName,
    String constName,
    int padTo) 
 public static String getFieldName(String name,
    int padTo) 
 public static String getFieldName(int position,
    String name,
    int padTo) 
 public static String getFieldName1stCap(String name,
    int padTo) 
 public static String getMask(int bit) 
 public static String getRecordId(String recordName,
    String excelName) 
 public static String getToString(String fieldName,
    String type,
    String size) 
 public static String getType(String size,
    String type,
    int padTo) 
 public static String getType1stCap(String size,
    String type,
    int padTo) 
 public static String initializeText(String size,
    String type) 
 protected static StringBuffer pad(StringBuffer fieldName,
    int padTo)