Modifier and Type | Field and Description |
---|---|
protected Extractor.Entity.Type |
Extractor.Entity.type |
Modifier and Type | Method and Description |
---|---|
Extractor.Entity.Type |
Extractor.Entity.getType() |
static Extractor.Entity.Type |
Extractor.Entity.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Extractor.Entity.Type[] |
Extractor.Entity.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Entity(int start,
int end,
String value,
Extractor.Entity.Type type) |
Entity(int start,
int end,
String value,
String listSlug,
Extractor.Entity.Type type) |
Entity(Matcher matcher,
Extractor.Entity.Type type,
int groupNumber) |
Entity(Matcher matcher,
Extractor.Entity.Type type,
int groupNumber,
int startOffset) |
Copyright © 2017. All rights reserved.