Uses of Class
com.sage.orion.sdata.servlet.MaskBuilder

Packages that use MaskBuilder
com.sage.orion.sdata.servlet   
 

Uses of MaskBuilder in com.sage.orion.sdata.servlet
 

Methods in com.sage.orion.sdata.servlet that return MaskBuilder
 MaskBuilder MaskBuilder.append(char fromAlphaNumericChar, char toAlphaNumericChar, int minLength, int maxLength)
          Appends the pattern mask for the specified from and to alphanumeric character for a specified length.
 MaskBuilder MaskBuilder.append(MaskBuilder.StringSegmentType stringSegmentType, MaskBuilder.CaseType caseType, int minLength, int maxLength)
          Appends onto the current mask based on segment type, case and langth.
 MaskBuilder MaskBuilder.append(MaskDataTypeBuilder maskDataTypeBuilder, int minLength, int maxLength)
          Appends the mask data type into the mask for a specified length.
 MaskBuilder MaskBuilder.appendDigits(int minLength, int maxLength)
          Appends the digit data type mask of a specified length.
 MaskBuilder MaskBuilder.appendLiteral(java.lang.String unescapedLiteralString)
          Appends a literal string to the mask.
 MaskBuilder MaskBuilder.appendLiteral(java.lang.String unescapedLiteralString, int minLength, int maxLength)
          Appends a literal string to a mask for a specified length.
 MaskBuilder MaskBuilder.appendMaskLength(int minLength, int maxLength)
          Appends the length clause onto the mask.
 MaskBuilder MaskBuilder.appendPrint(MaskBuilder.PrintCaseType printCaseType, int minLength, int maxLength)
          Appends the print pattern mask for a specified case and length.
 



Copyright © 2011 Sage Software, Inc. All rights reserved.