Package com.tietoenator.trip.jxp
Enum Class TdbControlObjectType
- All Implemented Interfaces:
Serializable
,Comparable<TdbControlObjectType>
,Constable
Control object type enumeration.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDatabase, thesaurus, cluster access rightsClassifcation categoryCluster specificationClassification containerDatabase specificationTRIPclassic / TRIPface entry formField from a databaseUser groupHost on a TRIPgridOutput formatStored procedure or TRIPclassic / TRIPface macroProxy cluster specificationMember database from a proxy clusterTRIPgrid replica setTRIPclassic / TRIPface search formClassification subsystemThesaurus specificationUnknown or undefined control object type.User -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Retrieve the TRIPxpi protocol name for this control object type.static TdbControlObjectType
Factory method to return the appropriate type ID from a protocol namestatic TdbControlObjectType
Returns the enum constant of this class with the specified name.static TdbControlObjectType[]
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
-
Unknown
Unknown or undefined control object type. -
Access
Database, thesaurus, cluster access rights -
ProxyCluster
Proxy cluster specification -
Cluster
Cluster specification -
Database
Database specification -
EntryForm
TRIPclassic / TRIPface entry form -
OutputFormat
Output format -
Group
User group -
Host
Host on a TRIPgrid -
Field
Field from a database -
ProxyClusterMember
Member database from a proxy cluster -
Procedure
Stored procedure or TRIPclassic / TRIPface macro -
ProxyReplicaSet
TRIPgrid replica set -
SearchForm
TRIPclassic / TRIPface search form -
Thesaurus
Thesaurus specification -
User
User -
Category
Classifcation category -
Container
Classification container -
Subsystem
Classification subsystem
-
-
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
-
getName
Retrieve the TRIPxpi protocol name for this control object type.- Returns:
- Protocol name
-
getTypeof
Factory method to return the appropriate type ID from a protocol name- Parameters:
name
- Protocol name- Returns:
- Type ID
-