|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeginDocument.Begin.Location.Enum | |
---|---|
org.apache.incubator.uima.regex | |
org.apache.incubator.uima.regex.impl |
Uses of BeginDocument.Begin.Location.Enum in org.apache.incubator.uima.regex |
---|
Fields in org.apache.incubator.uima.regex declared as BeginDocument.Begin.Location.Enum | |
---|---|
static BeginDocument.Begin.Location.Enum |
BeginDocument.Begin.Location.END
|
static BeginDocument.Begin.Location.Enum |
BeginDocument.Begin.Location.START
|
Methods in org.apache.incubator.uima.regex that return BeginDocument.Begin.Location.Enum | |
---|---|
static BeginDocument.Begin.Location.Enum |
BeginDocument.Begin.Location.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static BeginDocument.Begin.Location.Enum |
BeginDocument.Begin.Location.Enum.forString(java.lang.String s)
Returns the enum value for a string, or null if none. |
BeginDocument.Begin.Location.Enum |
BeginDocument.Begin.getLocation()
Gets the "location" attribute |
Methods in org.apache.incubator.uima.regex with parameters of type BeginDocument.Begin.Location.Enum | |
---|---|
void |
BeginDocument.Begin.setLocation(BeginDocument.Begin.Location.Enum location)
Sets the "location" attribute |
Uses of BeginDocument.Begin.Location.Enum in org.apache.incubator.uima.regex.impl |
---|
Methods in org.apache.incubator.uima.regex.impl that return BeginDocument.Begin.Location.Enum | |
---|---|
BeginDocument.Begin.Location.Enum |
BeginDocumentImpl.BeginImpl.getLocation()
Gets the "location" attribute |
Methods in org.apache.incubator.uima.regex.impl with parameters of type BeginDocument.Begin.Location.Enum | |
---|---|
void |
BeginDocumentImpl.BeginImpl.setLocation(BeginDocument.Begin.Location.Enum location)
Sets the "location" attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |