Package org.dwcj.environment


package org.dwcj.environment
  • Classes
    Class
    Description
    Access the STBL String Table, which is persistent, and global scope in this thread Values can be changed programmatically or set in the config file, e.g.: SET COMPANY=Acme Then you can access the value with String val = org.dwcj.environment.StringTable.getString("COMPANY")