File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
opc-ua-stack/stack-core/src/main/java/org/eclipse/milo/opcua/stack/core Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515import org .eclipse .milo .opcua .stack .core .types .builtin .NodeId ;
1616import org .eclipse .milo .opcua .stack .core .types .builtin .unsigned .UShort ;
1717
18- abstract class NodeIds0 extends NodeIds1 {
18+ public abstract class NodeIds0 extends NodeIds1 {
1919 public static final NodeId Boolean = new NodeId (UShort .MIN , uint (1 ));
2020
2121 public static final NodeId SByte = new NodeId (UShort .MIN , uint (2 ));
Original file line number Diff line number Diff line change 1515import org .eclipse .milo .opcua .stack .core .types .builtin .NodeId ;
1616import org .eclipse .milo .opcua .stack .core .types .builtin .unsigned .UShort ;
1717
18- abstract class NodeIds1 extends NodeIds2 {
18+ public abstract class NodeIds1 extends NodeIds2 {
1919 public static final NodeId ServerConfigurationType_CreateSigningRequest =
2020 new NodeId (UShort .MIN , uint (12731 ));
2121
Original file line number Diff line number Diff line change 1515import org .eclipse .milo .opcua .stack .core .types .builtin .NodeId ;
1616import org .eclipse .milo .opcua .stack .core .types .builtin .unsigned .UShort ;
1717
18- abstract class NodeIds2 extends NodeIds3 {
18+ public abstract class NodeIds2 extends NodeIds3 {
1919 public static final NodeId AddPublishedDataItemsTemplateMethodType_OutputArguments =
2020 new NodeId (UShort .MIN , uint (17032 ));
2121
Original file line number Diff line number Diff line change 1515import org .eclipse .milo .opcua .stack .core .types .builtin .NodeId ;
1616import org .eclipse .milo .opcua .stack .core .types .builtin .unsigned .UShort ;
1717
18- abstract class NodeIds3 extends NodeIds4 {
18+ public abstract class NodeIds3 extends NodeIds4 {
1919 public static final NodeId PubSubDiagnosticsType_TotalInformation_TimeFirstChange =
2020 new NodeId (UShort .MIN , uint (19683 ));
2121
Original file line number Diff line number Diff line change 1515import org .eclipse .milo .opcua .stack .core .types .builtin .NodeId ;
1616import org .eclipse .milo .opcua .stack .core .types .builtin .unsigned .UShort ;
1717
18- abstract class NodeIds4 extends NodeIds5 {
18+ public abstract class NodeIds4 extends NodeIds5 {
1919 public static final NodeId
2020 ServerConfigurationType_CertificateGroups_DefaultUserTokenGroup_CertificateExpired_ConfirmedState_EffectiveTransitionTime =
2121 new NodeId (UShort .MIN , uint (22324 ));
Original file line number Diff line number Diff line change 1515import org .eclipse .milo .opcua .stack .core .types .builtin .NodeId ;
1616import org .eclipse .milo .opcua .stack .core .types .builtin .unsigned .UShort ;
1717
18- abstract class NodeIds5 {
18+ public abstract class NodeIds5 {
1919 public static final NodeId WellKnownRole_SecurityKeyServerAccess_Applications =
2020 new NodeId (UShort .MIN , uint (25606 ));
2121
Original file line number Diff line number Diff line change 1212
1313import org .eclipse .milo .opcua .stack .core .util .annotations .Description ;
1414
15- abstract class StatusCodes0 {
15+ public abstract class StatusCodes0 {
1616 /** The operation succeeded. */
1717 @ Description ("The operation succeeded." )
1818 public static final long Good = 0x00000000L ;
You can’t perform that action at this time.
0 commit comments