Searched refs:OPTIONS (Results 1 – 1 of 1) sorted by relevance
59 public static final String OPTIONS = "options"; field in ProfilingPointRunEntity245 profilingRun.setUnindexedProperty(OPTIONS, this.options); in toEntity()282 if (e.hasProperty(OPTIONS)) { in fromEntity()283 options = (List<String>) e.getProperty(OPTIONS); in fromEntity()