16231624162516261627162816291630163116321633
public static final String printResourceUID(Integer value) { ProjectFile file = PARENT_FILE.get(); if (file != null) { file.fireResourceWrittenEvent(file.getResourceByUniqueID(value)); } return (value.toString()); } /**