Class APPType
- java.lang.Object
-
- net.heberling.ismart.asn1.v1_1.entity.APPType
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class APPType extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAPPType.EnumType
-
Constructor Summary
Constructors Constructor Description APPType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetIntegerForm()org.bn.coders.IASN1PreparedElementDatagetPreparedData()APPType.EnumTypegetValue()voidinitWithDefaults()voidsetIntegerForm(Integer value)voidsetValue(APPType.EnumType value)
-
-
-
Method Detail
-
getValue
public APPType.EnumType getValue()
-
setValue
public void setValue(APPType.EnumType value)
-
getIntegerForm
public Integer getIntegerForm()
-
setIntegerForm
public void setIntegerForm(Integer value)
-
initWithDefaults
public void initWithDefaults()
- Specified by:
initWithDefaultsin interfaceorg.bn.coders.IASN1PreparedElement
-
getPreparedData
public org.bn.coders.IASN1PreparedElementData getPreparedData()
- Specified by:
getPreparedDatain interfaceorg.bn.coders.IASN1PreparedElement
-
-