Class MP_AlarmSettingType
- java.lang.Object
-
- net.heberling.ismart.asn1.v1_1.entity.MP_AlarmSettingType
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class MP_AlarmSettingType extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMP_AlarmSettingType.EnumType
-
Constructor Summary
Constructors Constructor Description MP_AlarmSettingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetIntegerForm()org.bn.coders.IASN1PreparedElementDatagetPreparedData()MP_AlarmSettingType.EnumTypegetValue()voidinitWithDefaults()voidsetIntegerForm(Integer value)voidsetValue(MP_AlarmSettingType.EnumType value)
-
-
-
Method Detail
-
getValue
public MP_AlarmSettingType.EnumType getValue()
-
setValue
public void setValue(MP_AlarmSettingType.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
-
-