Uses of Enum Class
com.tietoenator.trip.jxp.TdbControlObjectType
Packages that use TdbControlObjectType
Package
Description
Main TRIPjxp package that contains generic classes and enumerations.
CONTROL database inspection and manipulation.
-
Uses of TdbControlObjectType in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbControlObjectTypeModifier and TypeMethodDescriptionTdbControlObject.getObjectType()Returns the type of this control object.static TdbControlObjectTypeFactory method to return the appropriate type ID from a protocol namestatic TdbControlObjectTypeReturns the enum constant of this class with the specified name.static TdbControlObjectType[]TdbControlObjectType.values()Returns an array containing the constants of this enum class, 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 TdbControlObjectTypeModifier and TypeMethodDescriptionbooleanTdbControlObjectList.contains(String name, TdbControlObjectType type) Checks if the list contains a control object specified by name and type.TdbControlObjectList.get(String name, TdbControlObjectType type) Returns the specified control object if present in the list.