We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da06b22 commit a5aeb14Copy full SHA for a5aeb14
core/pva/src/main/java/org/epics/pva/data/nt/PVATable.java
@@ -48,9 +48,9 @@
48
*/
49
public class PVATable extends PVAStructure {
50
public static final String STRUCT_NAME = "epics:nt/NTTable:1.0";
51
- private static final String LABELS_NAME = "labels";
52
- private static final String VALUE_NAME = "value";
53
- private static final String DESCRIPTOR_NAME = "descriptor";
+ public static final String LABELS_NAME = "labels";
+ public static final String VALUE_NAME = "value";
+ public static final String DESCRIPTOR_NAME = "descriptor";
54
55
private final PVAStringArray labels;
56
private final PVAStructure value;
0 commit comments