blob: c258f104daefffe07e68fdfd81c0d525795e0422 [file] [log] [blame]
slowr13fa5b02017-08-08 16:32:31 -07001/**
Dimitrios Mavrommatis96b255a2017-12-06 13:09:25 -08002 * This class file was automatically generated by jASN1 v1.8.2 (http://www.openmuc.org)
slowr13fa5b02017-08-08 16:32:31 -07003 */
4
Dimitrios Mavrommatis96b255a2017-12-06 13:09:25 -08005package org.onosproject.xran.asn1lib.pdu;
slowr13fa5b02017-08-08 16:32:31 -07006
Dimitrios Mavrommatis96b255a2017-12-06 13:09:25 -08007
8import org.onosproject.xran.asn1lib.ber.types.BerEnum;
slowr13fa5b02017-08-08 16:32:31 -07009
10import java.math.BigInteger;
11
12public class XrancApiID extends BerEnum {
13
14 private static final long serialVersionUID = 1L;
15
16 public XrancApiID() {
17 }
18
19 public XrancApiID(byte[] code) {
20 super(code);
21 }
22
23 public XrancApiID(BigInteger value) {
24 super(value);
25 }
26
27 public XrancApiID(long value) {
28 super(value);
29 }
30
31}