Package com.tietoenator.trip.jxp
Enum Class TdbProduct
- All Implemented Interfaces:
Serializable
,Comparable<TdbProduct>
,Constable
Definition of products that are licensed, and the names of those products for use
with the appropriate methods on TdbSession
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCrawling and indexing of rich content sourcesClassification supportThe various client modules some past, some present: TRIPnet, TRIPvbx, TRIP@client, etc.TRIPgrid supportA CGI interface to TRIPJava development environmentsMetadata and keyword extraction using TRIPnlp.A runtime license which does not support creation of database designs, etc.SQL interface via ODBC and JDBCTRIPsystem, TRIPclassic, TRIPapi, TRIPtoolkit are all part of the basic kernelThe document viewer componentSupport for text extraction and HTML conversion via TRIPview-C.TRIPxml for storage and search of XML documents using XPath -
Method Summary
Modifier and TypeMethodDescriptionstatic TdbProduct
getProduct
(String name) Retrieve the product ID that matches the provided nameReturn the correct product name for the provided product identifierstatic boolean
Check if the provided name matches this product enumerationstatic TdbProduct
Returns the enum constant of this class with the specified name.static TdbProduct[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
TRIPsystem
TRIPsystem, TRIPclassic, TRIPapi, TRIPtoolkit are all part of the basic kernel -
TRIPruntime
A runtime license which does not support creation of database designs, etc. -
TRIPhighway
A CGI interface to TRIP -
TRIPclient
The various client modules some past, some present: TRIPnet, TRIPvbx, TRIP@client, etc. -
TRIPview
The document viewer component -
TRIPxml
TRIPxml for storage and search of XML documents using XPath -
TRIPagent
Crawling and indexing of rich content sources -
TRIPjtk
Java development environments -
TRIPsql
SQL interface via ODBC and JDBC -
TRIPclass
Classification support -
TRIPgrid
TRIPgrid support -
TRIPviewC
Support for text extraction and HTML conversion via TRIPview-C. -
TRIPnlp
Metadata and keyword extraction using TRIPnlp.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
isProduct
Check if the provided name matches this product enumeration- Parameters:
name
- The product name to check- Returns:
- True if this is the product, false otherwise
-
getProduct
Retrieve the product ID that matches the provided name- Parameters:
name
- The name to match- Returns:
- The product ID
-
getProductName
Return the correct product name for the provided product identifier- Returns:
- The name
-