public enum TdbControlObjectType extends java.lang.Enum<TdbControlObjectType>
Enum Constant and Description |
---|
Access
Database, thesaurus, cluster access rights
|
Category
Classifcation category
|
Cluster
Cluster specification
|
Container
Classification container
|
Database
Database specification
|
EntryForm
TRIPclassic / TRIPface entry form
|
Field
Field from a database
|
Group
User group
|
Host
Host on a TRIPgrid
|
OutputFormat
Output format
|
Procedure
Stored procedure or TRIPclassic / TRIPface macro
|
ProxyCluster
Proxy cluster specification
|
ProxyClusterMember
Member database from a proxy cluster
|
ProxyReplicaSet
TRIPgrid replica set
|
SearchForm
TRIPclassic / TRIPface search form
|
Subsystem
Classification subsystem
|
Thesaurus
Thesaurus specification
|
Unknown
Unknown or undefined control object type.
|
User
User
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Retrieve the TRIPxpi protocol name for this control object type.
|
static TdbControlObjectType |
getTypeof(java.lang.String name)
Factory method to return the appropriate type ID from a protocol name
|
static TdbControlObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbControlObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdbControlObjectType Unknown
public static final TdbControlObjectType Access
public static final TdbControlObjectType ProxyCluster
public static final TdbControlObjectType Cluster
public static final TdbControlObjectType Database
public static final TdbControlObjectType EntryForm
public static final TdbControlObjectType OutputFormat
public static final TdbControlObjectType Group
public static final TdbControlObjectType Host
public static final TdbControlObjectType Field
public static final TdbControlObjectType ProxyClusterMember
public static final TdbControlObjectType Procedure
public static final TdbControlObjectType ProxyReplicaSet
public static final TdbControlObjectType SearchForm
public static final TdbControlObjectType Thesaurus
public static final TdbControlObjectType User
public static final TdbControlObjectType Category
public static final TdbControlObjectType Container
public static final TdbControlObjectType Subsystem
public static TdbControlObjectType[] values()
for (TdbControlObjectType c : TdbControlObjectType.values()) System.out.println(c);
public static TdbControlObjectType 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 nullpublic java.lang.String getName()
public static TdbControlObjectType getTypeof(java.lang.String name)
name
- Protocol name