slowr | 13fa5b0 | 2017-08-08 16:32:31 -0700 | [diff] [blame] | 1 | /** |
| 2 | * This class file was automatically generated by jASN1 v1.8.0 (http://www.openmuc.org) |
| 3 | */ |
| 4 | |
| 5 | package org.onosproject.xran.codecs.pdu; |
| 6 | |
| 7 | import org.openmuc.jasn1.ber.types.BerEnum; |
| 8 | |
| 9 | import java.math.BigInteger; |
| 10 | |
| 11 | public 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 | } |