public static enum TdbNlpInfo.FieldMappingType extends java.lang.Enum<TdbNlpInfo.FieldMappingType>
| Enum Constant and Description |
|---|
Fields
Each meta-data category correspond to a separate TRIP field in
the database.
|
None
Invalid or non-existing mapping.
|
Tuples
The database has two fields that form a name/value pair tuple list
that can store any category name and value found during analysis.
|
| Modifier and Type | Method and Description |
|---|---|
static TdbNlpInfo.FieldMappingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbNlpInfo.FieldMappingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdbNlpInfo.FieldMappingType None
public static final TdbNlpInfo.FieldMappingType Fields
public static final TdbNlpInfo.FieldMappingType Tuples
public static TdbNlpInfo.FieldMappingType[] values()
for (TdbNlpInfo.FieldMappingType c : TdbNlpInfo.FieldMappingType.values()) System.out.println(c);
public static TdbNlpInfo.FieldMappingType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null