|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Extractor.Entity.Type in com.twitter |
|---|
| Fields in com.twitter declared as Extractor.Entity.Type | |
|---|---|
protected Extractor.Entity.Type |
Extractor.Entity.type
|
| Methods in com.twitter that return Extractor.Entity.Type | |
|---|---|
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. |
| Constructors in com.twitter with parameters of type Extractor.Entity.Type | |
|---|---|
Extractor.Entity(int start,
int end,
String value,
Extractor.Entity.Type type)
|
|
Extractor.Entity(int start,
int end,
String value,
String listSlug,
Extractor.Entity.Type type)
|
|
Extractor.Entity(Matcher matcher,
Extractor.Entity.Type type,
int groupNumber)
|
|
Extractor.Entity(Matcher matcher,
Extractor.Entity.Type type,
int groupNumber,
int startOffset)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||