Searched refs:Y_LABEL (Results 1 – 2 of 2) sorted by relevance
53 public static final String Y_LABEL = "yLabel"; field in ProfilingPointEntity157 profilingPoint.setUnindexedProperty(Y_LABEL, this.yLabel); in toEntity()177 || !e.hasProperty(Y_LABEL)) { in fromEntity()188 String yLabel = (String) e.getProperty(Y_LABEL); in fromEntity()
58 public static final String Y_LABEL = "yLabel"; field in ProfilingPointRunEntity243 profilingRun.setUnindexedProperty(Y_LABEL, this.yLabel); in toEntity()265 || !e.hasProperty(Y_LABEL)) { in fromEntity()276 String yLabel = (String) e.getProperty(Y_LABEL); in fromEntity()