blob: fa902f87624632f025342aeff339ca02c13b5de3 [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
slowr60d4d102017-08-16 18:33:58 -07007import org.onosproject.xran.codecs.ber.types.BerEnum;
slowr13fa5b02017-08-08 16:32:31 -07008
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}