Package | Description |
---|---|
com.tietoenator.trip.jxp |
Main TRIPjxp package that contains generic classes and enumerations.
|
com.tietoenator.trip.jxp.control |
CONTROL database inspection and manipulation.
|
Modifier and Type | Method and Description |
---|---|
TdbControlObjectType |
TdbControlObject.getObjectType()
Returns the type of this control object.
|
static TdbControlObjectType |
TdbControlObjectType.getTypeof(java.lang.String name)
Factory method to return the appropriate type ID from a protocol name
|
static TdbControlObjectType |
TdbControlObjectType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbControlObjectType[] |
TdbControlObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TdbControlObjectList.contains(java.lang.String name,
TdbControlObjectType type)
Checks if the list contains a control object specified by name and type.
|