Package org.somda.dsl.sdpi
Class CodedAttributesExtension
-
- All Implemented Interfaces:
public final class CodedAttributesExtension extends BicepsExtension
-
-
Field Summary
Fields Modifier and Type Field Description private final List<CodedStringAttribute>codedStringsprivate final List<CodedIntegerAttribute>codedIntegersprivate final List<CodedDecimalAttribute>codedDecimalsprivate final Stringname
-
Constructor Summary
Constructors Constructor Description CodedAttributesExtension()
-
Method Summary
Modifier and Type Method Description final List<CodedStringAttribute>getCodedStrings()final List<CodedIntegerAttribute>getCodedIntegers()final List<CodedDecimalAttribute>getCodedDecimals()final CodedStringAttributecodedString(CodedValue type, String value)final CodedIntegerAttributecodedInteger(CodedValue type, Integer value)final CodedDecimalAttributecodedDecimal(CodedValue type, Decimal value)-
-
Method Detail
-
getCodedStrings
final List<CodedStringAttribute> getCodedStrings()
-
getCodedIntegers
final List<CodedIntegerAttribute> getCodedIntegers()
-
getCodedDecimals
final List<CodedDecimalAttribute> getCodedDecimals()
-
codedString
final CodedStringAttribute codedString(CodedValue type, String value)
-
codedInteger
final CodedIntegerAttribute codedInteger(CodedValue type, Integer value)
-
codedDecimal
final CodedDecimalAttribute codedDecimal(CodedValue type, Decimal value)
-
-
-
-