Uses of Class
com.tietoenator.trip.jxp.TdbAccessRights
-
Packages that use TdbAccessRights Package Description com.tietoenator.trip.jxp Main TRIPjxp package that contains generic classes and enumerations.com.tietoenator.trip.jxp.database Classes to inspect and modify database design. -
-
Uses of TdbAccessRights in com.tietoenator.trip.jxp
Methods in com.tietoenator.trip.jxp that return TdbAccessRights Modifier and Type Method Description TdbAccessRights
TdbControlObject. getReadAccess()
If this object is an access rights object, this method will return the read access level, as a value from the TdbAccessRights enumeration.TdbAccessRights
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
TdbAccessRights. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TdbAccessRights[]
TdbAccessRights. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TdbAccessRights in com.tietoenator.trip.jxp.database
Methods in com.tietoenator.trip.jxp.database that return TdbAccessRights Modifier and Type Method Description TdbAccessRights
TdbDatabaseAccess. getReadAccess()
Retrieve read access levelTdbAccessRights
TdbDatabaseAccess. getWriteAccess()
Retrieve write access levelMethods in com.tietoenator.trip.jxp.database with parameters of type TdbAccessRights Modifier and Type Method Description void
TdbDatabaseAccess. setReadAccess(TdbAccessRights rights)
Establish read access levelvoid
TdbDatabaseAccess. setWriteAccess(TdbAccessRights rights)
Establish write access level
-