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.
|
Modifier and Type | Method and 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 enumeration
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
TdbAccessRights |
TdbDatabaseAccess.getReadAccess()
Retrieve read access level
|
TdbAccessRights |
TdbDatabaseAccess.getWriteAccess()
Retrieve write access level
|
Modifier and Type | Method and Description |
---|---|
void |
TdbDatabaseAccess.setReadAccess(TdbAccessRights rights)
Establish read access level
|
void |
TdbDatabaseAccess.setWriteAccess(TdbAccessRights rights)
Establish write access level
|