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.api; |
| 6 | |
slowr | 60d4d10 | 2017-08-16 18:33:58 -0700 | [diff] [blame^] | 7 | import org.onosproject.xran.codecs.ber.types.BerEnum; |
slowr | 13fa5b0 | 2017-08-08 16:32:31 -0700 | [diff] [blame] | 8 | |
| 9 | import java.math.BigInteger; |
| 10 | |
| 11 | |
| 12 | public class XICICPA extends BerEnum { |
| 13 | |
| 14 | private static final long serialVersionUID = 1L; |
| 15 | |
| 16 | public XICICPA() { |
| 17 | } |
| 18 | |
| 19 | public XICICPA(byte[] code) { |
| 20 | super(code); |
| 21 | } |
| 22 | |
| 23 | public XICICPA(BigInteger value) { |
| 24 | super(value); |
| 25 | } |
| 26 | |
| 27 | public XICICPA(long value) { |
| 28 | super(value); |
| 29 | } |
| 30 | |
| 31 | } |