- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Connection c =
DataSource dataSource;dataSource.getConnection()
String url;DriverManager.getConnection(url)
IdentityDatabaseUtil.getDBConnection()
- Smart code suggestions by Codota
}
public int getBusyType() { return entity.getBusyType(); }
/** * @return the String representation of the busyType */ @NoProxy @NoDump @NoWrap public String getBusyTypeString() { int b = getBusyType(); if ((b < 0) || (b >= busyTypeStrings.length)) { return null; } return busyTypeStrings[b]; }
int ibt = BwEvent.fromBusyTypeString(pval); if (chg.changed(pi, ev.getBusyType(), ibt)) { ev.setBusyType(ibt);