Uses of Interface
com.sas.iquery.metadata.serverprop.formats.SASFormatDescription

Packages that use SASFormatDescription
com.sas.iquery.metadata.serverprop Provides specific information (via a ServerProperties object) about the capabilities of the server, such as operators and recognized functions. 
com.sas.iquery.metadata.serverprop.formats Server properties classes that describe SAS formats. 
 

Uses of SASFormatDescription in com.sas.iquery.metadata.serverprop
 

Methods in com.sas.iquery.metadata.serverprop that return types with arguments of type SASFormatDescription
 java.util.List<SASFormatDescription> ServerProperties.getSASFormatDescriptions()
          Returns a List of all SASFormatDescription objects.
 java.util.List<SASFormatDescription> ServerProperties.getSASFormatDescriptions(java.util.Locale locale)
          Returns a List of all SASFormatDescription objects for the specified locale.
 java.util.List<SASFormatDescription> ServerProperties.getSASFormatDescriptions(SASFormatCategory type)
          Returns a List of all SASFormatDescription objects for a specific SASFormatCategory object.
 java.util.List<SASFormatDescription> ServerProperties.getSASFormatDescriptions(SASFormatCategory type, java.util.Locale locale)
          Returns a List of all SASFormatDescription objects for a specific SASFormatCategory and locale.
 

Uses of SASFormatDescription in com.sas.iquery.metadata.serverprop.formats
 

Methods in com.sas.iquery.metadata.serverprop.formats that return SASFormatDescription
static SASFormatDescription SASFormatDescriptionUtil.getFormatDescription(java.lang.String baseFormatName)
          Get a SASFormatDescription for a base format name.
static SASFormatDescription SASFormatDescriptionUtil.getFormatDescription(java.lang.String baseFormatName, java.util.Locale locale)
          Get a SASFormatDescription for a base format name.
 

Methods in com.sas.iquery.metadata.serverprop.formats that return types with arguments of type SASFormatDescription
static java.util.List<SASFormatDescription> SASFormatDescriptionUtil.getFormatsByType(SASFormatCategory type, BusinessModel model, java.util.Locale locale)
          Visits the appropriate server for this business model and retrieves all the formats for the given type.
static java.util.List<SASFormatDescription> SASFormatDescriptionUtil.getUserDefinedFormats(BusinessModel model, java.util.Locale locale)
          Visits the appropriate server for this business model and retrieves all user defined formats.
 

Methods in com.sas.iquery.metadata.serverprop.formats with parameters of type SASFormatDescription
static java.lang.String SASFormatDescriptionUtil.getFormatDescriptionString(SASFormatDescription desc)
          Returns the given format description as a String.
static java.lang.String SASFormatDescriptionUtil.getFormatDescriptionString(SASFormatDescription desc, int width)
          Returns the format description as a String based the SASFormatDescription and width.
static java.lang.String SASFormatDescriptionUtil.getFormatDescriptionString(SASFormatDescription desc, int width, int decimalWidth)
          Returns format description as a String based on the SASFormatDescription, width and decimal width.
static boolean SASFormatDescriptionUtil.isValidDescription(SASFormatDescription desc, int width, int decimalWidth)
          Deprecated. Simple Validation for SASFormatDescription Handles width and Decimal Width issues
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.