| | |
| | | /** |
| | | * This class file was automatically generated by jASN1 v1.9.0 (http://www.openmuc.org) |
| | | */ |
| | | |
| | | package org.openmuc.josistack.internal.presentation.asn1; |
| | | |
| | | import org.openmuc.jasn1.ber.types.BerBitString; |
| | | |
| | | public class PresentationRequirements extends BerBitString { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | public PresentationRequirements() { |
| | | } |
| | | |
| | | public PresentationRequirements(byte[] code) { |
| | | super(code); |
| | | } |
| | | |
| | | public PresentationRequirements(byte[] value, int numBits) { |
| | | super(value, numBits); |
| | | } |
| | | |
| | | public PresentationRequirements(boolean[] value) { |
| | | super(value); |
| | | } |
| | | |
| | | } |
| | | /**
|
| | | * This class file was automatically generated by jASN1 v1.9.0 (http://www.openmuc.org)
|
| | | */
|
| | |
|
| | | package org.openmuc.josistack.internal.presentation.asn1;
|
| | |
|
| | | import org.openmuc.jasn1.ber.types.BerBitString;
|
| | |
|
| | | public class PresentationRequirements extends BerBitString {
|
| | |
|
| | | private static final long serialVersionUID = 1L;
|
| | |
|
| | | public PresentationRequirements() {
|
| | | }
|
| | |
|
| | | public PresentationRequirements(byte[] code) {
|
| | | super(code);
|
| | | }
|
| | |
|
| | | public PresentationRequirements(byte[] value, int numBits) {
|
| | | super(value, numBits);
|
| | | }
|
| | |
|
| | | public PresentationRequirements(boolean[] value) {
|
| | | super(value);
|
| | | }
|
| | |
|
| | | }
|