Package org.somda.dsl.sdpi
Class CodedIntegerAttribute
-
- All Implemented Interfaces:
public final class CodedIntegerAttribute
-
-
Field Summary
Fields Modifier and Type Field Description private final MdcAttributemdcAttributeprivate final BigIntegervalue
-
Constructor Summary
Constructors Constructor Description CodedIntegerAttribute(MdcAttribute mdcAttribute, BigInteger value)
-
Method Summary
Modifier and Type Method Description final MdcAttributegetMdcAttribute()final BigIntegergetValue()-
-
Constructor Detail
-
CodedIntegerAttribute
CodedIntegerAttribute(MdcAttribute mdcAttribute, BigInteger value)
-
-
Method Detail
-
getMdcAttribute
final MdcAttribute getMdcAttribute()
-
getValue
final BigInteger getValue()
-
-
-
-