|
1 | | -/* |
2 | | - * Licensed to the Apache Software Foundation (ASF) under one |
3 | | - * or more contributor license agreements. See the NOTICE file |
4 | | - * distributed with this work for additional information |
5 | | - * regarding copyright ownership. The ASF licenses this file |
6 | | - * to you under the Apache License, Version 2.0 (the |
7 | | - * "License"); you may not use this file except in compliance |
8 | | - * with the License. You may obtain a copy of the License at |
9 | | - * |
10 | | - * https://www.apache.org/licenses/LICENSE-2.0 |
11 | | - * |
12 | | - * Unless required by applicable law or agreed to in writing, |
13 | | - * software distributed under the License is distributed on an |
14 | | - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
15 | | - * KIND, either express or implied. See the License for the |
16 | | - * specific language governing permissions and limitations |
17 | | - * under the License. |
18 | | - */ |
| 1 | +// Licensed to the Apache Software Foundation (ASF) under one |
| 2 | +// or more contributor license agreements. See the NOTICE file |
| 3 | +// distributed with this work for additional information |
| 4 | +// regarding copyright ownership. The ASF licenses this file |
| 5 | +// to you under the Apache License, Version 2.0 (the |
| 6 | +// "License"); you may not use this file except in compliance |
| 7 | +// with the License. You may obtain a copy of the License at |
| 8 | +// |
| 9 | +// https://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +// |
| 11 | +// Unless required by applicable law or agreed to in writing, |
| 12 | +// software distributed under the License is distributed on an |
| 13 | +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 14 | +// KIND, either express or implied. See the License for the |
| 15 | +// specific language governing permissions and limitations |
| 16 | +// under the License. |
19 | 17 | package org.apache.plc4x.java.umas.readwrite; |
20 | 18 |
|
21 | | -import static org.apache.plc4x.java.spi.codegen.fields.FieldReaderFactory.*; |
22 | | -import static org.apache.plc4x.java.spi.codegen.fields.FieldWriterFactory.*; |
23 | | -import static org.apache.plc4x.java.spi.codegen.io.DataReaderFactory.*; |
24 | | -import static org.apache.plc4x.java.spi.codegen.io.DataWriterFactory.*; |
25 | | -import static org.apache.plc4x.java.spi.generation.StaticHelper.*; |
26 | | - |
27 | | -import java.time.*; |
28 | | -import java.util.*; |
29 | | -import org.apache.plc4x.java.api.exceptions.*; |
30 | | -import org.apache.plc4x.java.api.value.*; |
31 | | -import org.apache.plc4x.java.spi.codegen.*; |
32 | | -import org.apache.plc4x.java.spi.codegen.fields.*; |
33 | | -import org.apache.plc4x.java.spi.codegen.io.*; |
34 | | -import org.apache.plc4x.java.spi.generation.*; |
35 | | - |
36 | | -// Code generated by code-generation. DO NOT EDIT. |
37 | | - |
| 19 | +/** |
| 20 | + * Code generated by code-generation. DO NOT EDIT. |
| 21 | + */ |
38 | 22 | public class Constants { |
39 | | - |
40 | | - // Constant values. |
41 | 23 | public static final Integer UMASTCPDEFAULTPORT = 502; |
| 24 | + |
| 25 | + public int getUmasTcpDefaultPort() { |
| 26 | + return UMASTCPDEFAULTPORT; |
| 27 | + } |
42 | 28 | } |
0 commit comments