Uses of Class
com.tietoenator.trip.jxp.TdbControlObjectType
-
Packages that use TdbControlObjectType 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. -
-
Uses of TdbControlObjectType in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbControlObjectType Modifier and Type Method 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 namestatic 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. -
Uses of TdbControlObjectType in com.tietoenator.trip.jxp.control
Methods in com.tietoenator.trip.jxp.control with parameters of type TdbControlObjectType Modifier and Type Method Description boolean
TdbControlObjectList. contains(java.lang.String name, TdbControlObjectType type)
Checks if the list contains a control object specified by name and type.
-