Skip to content

Commit a5aeb14

Browse files
author
kasemir
committed
PVATable: Allow access to key element names
1 parent da06b22 commit a5aeb14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/pva/src/main/java/org/epics/pva/data/nt/PVATable.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
*/
4949
public class PVATable extends PVAStructure {
5050
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";
51+
public static final String LABELS_NAME = "labels";
52+
public static final String VALUE_NAME = "value";
53+
public static final String DESCRIPTOR_NAME = "descriptor";
5454

5555
private final PVAStringArray labels;
5656
private final PVAStructure value;

0 commit comments

Comments
 (0)