blob: 341b70f62e018245ad5646e3a2a8a3d87ee49443 [file] [log] [blame]
slowr13fa5b02017-08-08 16:32:31 -07001/**
2 * This class file was automatically generated by jASN1 v1.8.0 (http://www.openmuc.org)
3 */
4
5package org.onosproject.xran.codecs.pdu;
6
7import org.openmuc.jasn1.ber.types.BerEnum;
8
9import java.math.BigInteger;
10
11public class XrancApiID extends BerEnum {
12
13 private static final long serialVersionUID = 1L;
14
15 public XrancApiID() {
16 }
17
18 public XrancApiID(byte[] code) {
19 super(code);
20 }
21
22 public XrancApiID(BigInteger value) {
23 super(value);
24 }
25
26 public XrancApiID(long value) {
27 super(value);
28 }
29
30}