public interface NFMT extends MemoryStructure
Modifier and Type | Interface and Description |
---|---|
static class |
NFMT.Attribute |
static class |
NFMT.Format |
Modifier and Type | Method and Description |
---|---|
Set<NFMT.Attribute> |
getAttributes() |
short |
getDigits() |
NFMT.Format |
getFormat() |
NFMT |
setAttributes(Collection<NFMT.Attribute> attriutes) |
NFMT |
setDigits(short digits) |
NFMT |
setFormat(NFMT.Format format) |
getData
short getDigits()
NFMT setDigits(short digits)
NFMT.Format getFormat()
NFMT setFormat(NFMT.Format format)
Set<NFMT.Attribute> getAttributes()
NFMT setAttributes(Collection<NFMT.Attribute> attriutes)
Copyright © 2019–2021 HCL. All rights reserved.