|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") @SubjectToChange public interface SASFormatDescription
Provides information about a SAS data server format.
Information available from this interface includes:
DataItem.setFormat(String)| Method Summary | |
|---|---|
abstract java.lang.String |
getBaseFormatName()
Returns the base format name. |
abstract int |
getDefaultDecimalWidth()
Returns the default decimal width for the format described. |
abstract int |
getDefaultWidth()
Returns the default width for the format described. |
abstract java.lang.String |
getDescription()
Returns description of the format. |
abstract java.lang.String |
getDescription(java.util.Locale locale)
Returns description of the format for the specified locale. |
abstract java.lang.String |
getExample()
Returns an Example String for this format description |
abstract java.lang.String |
getExample(java.util.Locale userLocale,
boolean dualExample)
Returns the format example for the locale specified. |
abstract int |
getMaxDecimalWidth()
Returns the maximum decimal value for the format described. |
abstract int |
getMaxWidth()
Returns the maximum width for the format described. |
abstract int |
getMinDecimalWidth()
Returns the minimum decimal value for the format described. |
abstract int |
getMinWidth()
Returns the minimum width for the format described. |
abstract SASFormatCategory |
getType()
Returns the type. |
abstract boolean |
isDecimalWidthSupported()
Returns true if the format being described has a decimal width (d value) parameter. |
abstract 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 |
|---|
@SASScope(value="ALL") @SubjectToChange SASFormatCategory getType()
@SASScope(value="ALL") @SubjectToChange java.lang.String getBaseFormatName()
@SASScope(value="ALL") @SubjectToChange java.lang.String getDescription()
@SASScope(value="ALL") @SubjectToChange java.lang.String getDescription(java.util.Locale locale)
locale -
@SASScope(value="ALL") @SubjectToChange int getMaxWidth()
@SASScope(value="ALL") @SubjectToChange int getMinWidth()
@SASScope(value="ALL") @SubjectToChange int getDefaultWidth()
@SASScope(value="ALL") @SubjectToChange int getDefaultDecimalWidth()
@SASScope(value="ALL") @SubjectToChange int getMaxDecimalWidth()
@SASScope(value="ALL") @SubjectToChange int getMinDecimalWidth()
@SASScope(value="ALL") @SubjectToChange boolean isDecimalWidthSupported()
@SASScope(value="ALL") @SubjectToChange java.lang.String getExample()
@SASScope(value="ALL") @SubjectToChange boolean isLocalized()
@SASScope(value="ALL")
@SubjectToChange
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 | |||||||||||||