public final class AttributeInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeInfo.JUSTIFICATION
Possible values for the input and output justification property.
|
| Constructor and Description |
|---|
AttributeInfo(String displayRule,
boolean blankWhenZero,
AttributeInfo.JUSTIFICATION inputJustification,
AttributeInfo.JUSTIFICATION outputJustification)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayRule() |
AttributeInfo.JUSTIFICATION |
getInputJustification() |
AttributeInfo.JUSTIFICATION |
getOutputJustification() |
boolean |
isBlankWhenZero() |
public AttributeInfo(String displayRule, boolean blankWhenZero, AttributeInfo.JUSTIFICATION inputJustification, AttributeInfo.JUSTIFICATION outputJustification)
displayRule - - the "Displayrule" property.blankWhenZero - - the "Blank When Zero" property.inputJustification - - the "Input Justification" property.outputJustification - - the "Output Justification" property.public String getDisplayRule()
public boolean isBlankWhenZero()
public AttributeInfo.JUSTIFICATION getInputJustification()
public AttributeInfo.JUSTIFICATION getOutputJustification()
Copyright © 2006–2018 Esito AS. All rights reserved.