Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kustvakt
/
da08015c09bd006cda6a5885eecb9aaad2593fe8
/
.
/
full
/
src
/
main
/
java
/
de
/
ids_mannheim
/
korap
/
constant
/
QueryType.java
blob: d223056e903ec2fba4e6892046a8ae44e4432bb7 [
file
] [
log
] [
blame
]
Akron
da08015
2020-12-03 13:53:29 +0100
[
diff
] [
blame^
]
1
package
de
.
ids_mannheim
.
korap
.
constant
;
2
3
public
enum
QueryType
{
4
5
QUERY
,
6
VIRTUAL_CORPUS
;
7
}