public static class StackDepthSettingRule.StackDepthTruncationData extends java.lang.Object implements IDisplayable
Modifier and Type | Field and Description |
---|---|
private IQuantity |
percentTruncated |
private java.lang.String |
type |
AUTO, EXACT, VERBOSE
Constructor and Description |
---|
StackDepthTruncationData(java.lang.String type,
IQuantity percentTruncated) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
displayUsing(java.lang.String formatHint)
Format this object for display purposes, preferably using the formatter hinted by
formatHint . |
IQuantity |
getPercentTruncated() |
java.lang.String |
getType() |
private final IQuantity percentTruncated
private final java.lang.String type
public StackDepthTruncationData(java.lang.String type, IQuantity percentTruncated)
public IQuantity getPercentTruncated()
public java.lang.String getType()
public java.lang.String displayUsing(java.lang.String formatHint)
IDisplayable
formatHint
. If no such formatter is defined for this type, the default formatter will
be used.displayUsing
in interface IDisplayable
formatHint
- the format hint