- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {SimpleDateFormat s =
String pattern;new SimpleDateFormat(pattern)
String template;Locale locale;new SimpleDateFormat(template, locale)
new SimpleDateFormat()
- Smart code suggestions by Codota
}
/** * Finalises the deserialization of all elements and optionally assigns a new session or tab ID. * * @param sessionID * the sessionID to assign * @param tabID * the tabID to assign */ public void deserializationComplete(long sessionID, long tabID) { this.sessionID = sessionID; this.tabID = tabID; for (EUMBeaconElement element : data) { element.deserializationComplete(this); } }
DefaultData ddata = elem.asDefaultData(); ddata.setPlatformIdent(platformManager.getPlatformId()); coreService.addDefaultData(ddata);