public class ExtensionNumberData extends java.lang.Object implements ExtensionData
Constructor and Description |
---|
ExtensionNumberData(ExtensionDescriptive descriptive,
FormatType formatType,
long value) |
Modifier and Type | Method and Description |
---|---|
ExtensionDescriptive |
getDescriptive()
Get Descriptive information about the data point.
|
java.lang.String |
getFormattedValue(Formatter<java.lang.Long> formatter) |
FormatType |
getFormatType() |
long |
getRawValue() |
public ExtensionNumberData(ExtensionDescriptive descriptive, FormatType formatType, long value)
public ExtensionDescriptive getDescriptive()
ExtensionData
getDescriptive
in interface ExtensionData
ExtensionDescriptive
.public FormatType getFormatType()
public java.lang.String getFormattedValue(Formatter<java.lang.Long> formatter)
public long getRawValue()