|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.crystaldecisions.sdk.occa.report.definition.CurrencySymbolType
public final class CurrencySymbolType
This class is used to specify how to display the currency symbol.
Field Summary | |
---|---|
static int |
_fixedSymbol
Currency symbol is placed in first (that is, far left) position of the field. |
static int |
_floatingSymbol
Currency symbol is prefixed to the amount. |
static int |
_noSymbol
No currency symbol is displayed. |
static CurrencySymbolType |
fixedSymbol
A CurrencySymbolType object that specifies the currency symbol is placed in
first (that is, far left) position of the field. |
static CurrencySymbolType |
floatingSymbol
A CurrencySymbolType object that specifies the currency symbol is prefixed
to the amount. |
static CurrencySymbolType |
noSymbol
A CurrencySymbolType object that specifies no currency symbol is displayed. |
Method Summary | |
---|---|
static CurrencySymbolType |
from_int(int i)
Returns the CurrencySymbolType object corresponding to the specified value. |
static CurrencySymbolType |
from_string(java.lang.String sVal)
Returns the CurrencySymbolType object corresponding to the specified type. |
java.lang.String |
toString()
Returns the String value of this CurrencySymbolType object. |
int |
value()
Returns the int value of this CurrencySymbolType object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _noSymbol
No currency symbol is displayed.
public static final int _fixedSymbol
Currency symbol is placed in first (that is, far left) position of the field.
public static final int _floatingSymbol
Currency symbol is prefixed to the amount.
public static final CurrencySymbolType noSymbol
A CurrencySymbolType
object that specifies no currency symbol is displayed.
public static final CurrencySymbolType fixedSymbol
A CurrencySymbolType
object that specifies the currency symbol is placed in
first (that is, far left) position of the field.
public static final CurrencySymbolType floatingSymbol
A CurrencySymbolType
object that specifies the currency symbol is prefixed
to the amount.
Method Detail |
---|
public static final CurrencySymbolType from_int(int i)
Returns the CurrencySymbolType
object corresponding to the specified value.
i
- The int
value of the desired CurrencySymbolType
object.
CurrencySymbolType
object corresponding to the specified value.public static final CurrencySymbolType from_string(java.lang.String sVal)
Returns the CurrencySymbolType
object corresponding to the specified type.
sVal
- The String
value of the desired CurrencySymbolType
object.
CurrencySymbolType
object corresponding to the specified type.public java.lang.String toString()
Returns the String
value of this CurrencySymbolType
object.
toString
in class java.lang.Object
String
value of this CurrencySymbolType
object.public int value()
Returns the int
value of this CurrencySymbolType
object.
int
value of this CurrencySymbolType
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |