|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleDocument.Rule.MatchStrategy.Enum | |
---|---|
org.apache.incubator.uima.regex | |
org.apache.incubator.uima.regex.impl |
Uses of RuleDocument.Rule.MatchStrategy.Enum in org.apache.incubator.uima.regex |
---|
Fields in org.apache.incubator.uima.regex declared as RuleDocument.Rule.MatchStrategy.Enum | |
---|---|
static RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.MatchStrategy.MATCH_ALL
|
static RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.MatchStrategy.MATCH_COMPLETE
|
static RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.MatchStrategy.MATCH_FIRST
|
Methods in org.apache.incubator.uima.regex that return RuleDocument.Rule.MatchStrategy.Enum | |
---|---|
static RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.MatchStrategy.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.MatchStrategy.Enum.forString(java.lang.String s)
Returns the enum value for a string, or null if none. |
RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.getMatchStrategy()
Gets the "matchStrategy" attribute |
Methods in org.apache.incubator.uima.regex with parameters of type RuleDocument.Rule.MatchStrategy.Enum | |
---|---|
void |
RuleDocument.Rule.setMatchStrategy(RuleDocument.Rule.MatchStrategy.Enum matchStrategy)
Sets the "matchStrategy" attribute |
Uses of RuleDocument.Rule.MatchStrategy.Enum in org.apache.incubator.uima.regex.impl |
---|
Methods in org.apache.incubator.uima.regex.impl that return RuleDocument.Rule.MatchStrategy.Enum | |
---|---|
RuleDocument.Rule.MatchStrategy.Enum |
RuleDocumentImpl.RuleImpl.getMatchStrategy()
Gets the "matchStrategy" attribute |
Methods in org.apache.incubator.uima.regex.impl with parameters of type RuleDocument.Rule.MatchStrategy.Enum | |
---|---|
void |
RuleDocumentImpl.RuleImpl.setMatchStrategy(RuleDocument.Rule.MatchStrategy.Enum matchStrategy)
Sets the "matchStrategy" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |