Package com.tailf.maapi
Class MaapiSchemas.CSStringRestriction
Object
com.tailf.maapi.MaapiSchemas.CSStringRestriction
- Enclosing class:
 - MaapiSchemas
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionCSStringRestriction(String textPattern, boolean invertMatch, MaapiSchemas.CSStringLength[] lengthArr)  - 
Method Summary
Modifier and TypeMethodDescriptionintbooleanint 
- 
Field Details
- 
COMPILED_PATTERN
public static final int COMPILED_PATTERN- See Also:
 
 - 
TEXT_PATTERN
public static final int TEXT_PATTERN- See Also:
 
 
 - 
 - 
Constructor Details
- 
CSStringRestriction
public CSStringRestriction(String textPattern, boolean invertMatch, MaapiSchemas.CSStringLength[] lengthArr)  
 - 
 - 
Method Details
- 
getLengthArray
 - 
getJavaPattern
 - 
getCompiledPattern
public int getCompiledPattern() - 
getTextPattern
 - 
getPatternType
public int getPatternType() - 
getInvertMatch
public boolean getInvertMatch() 
 -