| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldDefinition.MandatoryState | |
|---|---|
| net.sf.jmatchparser.util.csv.fieldreader | This package contains the FieldReaderclass and
 classes that are used by it. | 
| Uses of FieldDefinition.MandatoryState in net.sf.jmatchparser.util.csv.fieldreader | 
|---|
| Methods in net.sf.jmatchparser.util.csv.fieldreader that return FieldDefinition.MandatoryState | |
|---|---|
| static FieldDefinition.MandatoryState | FieldDefinition.MandatoryState.valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FieldDefinition.MandatoryState[] | FieldDefinition.MandatoryState.values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Constructors in net.sf.jmatchparser.util.csv.fieldreader with parameters of type FieldDefinition.MandatoryState | |
|---|---|
| FieldDefinition(Pattern mask,
                int maxLength,
                FieldDefinition.MandatoryState mandatory,
                ParseFormat<T> format)Create a new field definition. | |
| FieldDefinition(String mask,
                int maxLength,
                FieldDefinition.MandatoryState mandatory,
                ParseFormat<T> format)Create a new field definition. | |
| SimpleFieldDefinition(int maxLength,
                      FieldDefinition.MandatoryState mandatory)Create a field definition with the given maximum length and mandatory state. | |
| SimpleFieldDefinition(Pattern mask,
                      int maxLength,
                      FieldDefinition.MandatoryState mandatory)Create a field definition with the given regex mask, maximum length and mandatory state. | |
| SimpleFieldDefinition(String mask,
                      int maxLength,
                      FieldDefinition.MandatoryState mandatory)Create a field definition with the given regex mask, maximum length and mandatory state. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||