public interface TermDefinition
Modifier and Type | Method and Description |
---|---|
int |
getMatchSize()
Return the number of groups to be expected from the pattern of this
Term.
|
Pattern |
getPattern()
Retrieve the pattern to be used to match a string against this record type.
|
Class<?> |
getTermDef()
The class implementing this Term type.
|
Pattern getPattern()
Class<?> getTermDef()
int getMatchSize()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.