|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SASFormatDescription
Provides information about a SAS data server format.
Information available from this interface includes:
DataItem.setFormat(String)
Method Summary | |
---|---|
java.lang.String |
getBaseFormatName()
Returns the base format name. |
int |
getDefaultDecimalWidth()
Returns the default decimal width for the format described. |
int |
getDefaultWidth()
Returns the default width for the format described. |
java.lang.String |
getDescription()
Returns description of the format. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns description of the format for the specified locale. |
java.lang.String |
getExample()
Returns an Example String for this format description |
java.lang.String |
getExample(java.util.Locale userLocale,
boolean dualExample)
Returns the format example for the locale specified. |
int |
getMaxDecimalWidth()
Returns the maximum decimal value for the format described. |
int |
getMaxWidth()
Returns the maximum width for the format described. |
int |
getMinDecimalWidth()
Returns the minimum decimal value for the format described. |
int |
getMinWidth()
Returns the minimum width for the format described. |
SASFormatCategory |
getType()
Returns the type. |
boolean |
isDecimalWidthSupported()
Returns true if the format being described has a decimal width (d value) parameter. |
boolean |
isLocalized()
Returns true if the format is a locale based format, i.e., the output of this format will be localized based on the locale. |
Method Detail |
---|
SASFormatCategory getType()
java.lang.String getBaseFormatName()
java.lang.String getDescription()
java.lang.String getDescription(java.util.Locale locale)
locale
-
int getMaxWidth()
int getMinWidth()
int getDefaultWidth()
int getDefaultDecimalWidth()
int getMaxDecimalWidth()
int getMinDecimalWidth()
boolean isDecimalWidthSupported()
java.lang.String getExample()
boolean isLocalized()
java.lang.String getExample(java.util.Locale userLocale, boolean dualExample)
userLocale
- Locale in which user would like to get the example string.dualExample
- boolean indicating if two examples needs to be returned in two different locales.
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |