Uses of Enum Class
com.tietoenator.trip.jxp.TdbAccessRights
Packages that use TdbAccessRights
Package
Description
Main TRIPjxp package that contains generic classes and enumerations.
Classes to inspect and modify database design.
-
Uses of TdbAccessRights in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbAccessRightsModifier and TypeMethodDescriptionTdbControlObject.getReadAccess()
If this object is an access rights object, this method will return the read access level, as a value from the TdbAccessRights enumeration.TdbControlObject.getWriteAccess()
If this object is an access rights object, this method will return the write access level, as a value from the TdbAccessRights enumerationstatic TdbAccessRights
Returns the enum constant of this class with the specified name.static TdbAccessRights[]
TdbAccessRights.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TdbAccessRights in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database that return TdbAccessRightsModifier and TypeMethodDescriptionTdbDatabaseAccess.getReadAccess()
Retrieve read access levelTdbDatabaseAccess.getWriteAccess()
Retrieve write access levelMethods in com.tietoenator.trip.jxp.database with parameters of type TdbAccessRightsModifier and TypeMethodDescriptionvoid
TdbDatabaseAccess.setReadAccess
(TdbAccessRights rights) Establish read access levelvoid
TdbDatabaseAccess.setWriteAccess
(TdbAccessRights rights) Establish write access level