FpeCompoundPart |
FpeCompoundPart.addConcatItem(FpeDataPart concatItem) |
FpeCompoundPart |
FpeCompoundPart.addOrItem(FpeDataPart orItem) |
FpeCompoundPart |
FpeCompoundPart.concat(List<FpeDataPart> concat) |
FpeCompoundPart |
FpeCompoundPart.constraints(FpeConstraints constraints) |
FpeCompoundPart |
FpeCompoundPart.mask(Boolean mask) |
FpeCompoundPart |
FpeCompoundPart.maxLength(Integer maxLength) |
FpeCompoundPart |
FpeCompoundPart.maxRepetitions(Integer maxRepetitions) |
FpeCompoundPart |
FpeCompoundPart.minLength(Integer minLength) |
FpeCompoundPart |
FpeCompoundPart.minRepetitions(Integer minRepetitions) |
FpeCompoundPart |
FpeCompoundPart.multiple(FpeDataPart multiple) |
FpeCompoundPart |
FpeCompoundPart.or(List<FpeDataPart> or) |
FpeCompoundPart |
FpeCompoundPart.preserve(Boolean preserve) |