public class MaapiSchemas.CSStringRestriction extends Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
COMPILED_PATTERN  | 
int | 
compiledPattern
Deprecated.  
 | 
int | 
has_pattern
Deprecated.  
 | 
Pattern | 
javaPattern
Deprecated.  
 | 
MaapiSchemas.CSStringLength[] | 
lengtArr
Deprecated.  
 | 
static int | 
TEXT_PATTERN  | 
String | 
textPattern
Deprecated.  
 | 
| Constructor and Description | 
|---|
CSStringRestriction()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getCompiledPattern()  | 
Pattern | 
getJavaPattern()  | 
MaapiSchemas.CSStringLength[] | 
getLengthArray()  | 
int | 
getPatternType()  | 
String | 
getTextPattern()  | 
public static final int COMPILED_PATTERN
public static final int TEXT_PATTERN
@Deprecated public MaapiSchemas.CSStringLength[] lengtArr
@Deprecated public Pattern javaPattern
@Deprecated public int compiledPattern
@Deprecated public String textPattern
@Deprecated public int has_pattern
public MaapiSchemas.CSStringLength[] getLengthArray()
public Pattern getJavaPattern()
public int getCompiledPattern()
public String getTextPattern()
public int getPatternType()