Uses of Class
com.sas.iquery.metadata.serverprop.formats.SASFormatCategory

Packages that use SASFormatCategory
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 SASFormatCategory in com.sas.iquery.metadata.serverprop
 

Methods in com.sas.iquery.metadata.serverprop with parameters of type SASFormatCategory
 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 SASFormatCategory in com.sas.iquery.metadata.serverprop.formats
 

Fields in com.sas.iquery.metadata.serverprop.formats declared as SASFormatCategory
static SASFormatCategory SASFormatCategory.CHARACTER_CATEGORY
          Fast access to Character SAS format
static SASFormatCategory SASFormatCategory.CURRENCY_CONVERSION_CATEGORY
          Fast access to Currency SAS format
static SASFormatCategory SASFormatCategory.DATE_TIME_CATEGORY
          Fast access to DataTime SAS format
static SASFormatCategory SASFormatCategory.NUMERIC_CATEGORY
          Fast access to Numeric SAS format
static SASFormatCategory SASFormatCategory.USER_DEFINED_CATEGORY
          Fast access to a SAS User defined format
 

Methods in com.sas.iquery.metadata.serverprop.formats that return SASFormatCategory
static SASFormatCategory[] SASFormatCategory.getAllCategories()
           
static SASFormatCategory SASFormatCategory.getCategory(java.lang.String typeName)
          Returns a SASFormatCategory given a type
 SASFormatCategory SASFormatDescription.getType()
          Returns the type.
 SASFormatCategory SASFormatAttributes.getType()
          Returns the SASFormatCategory type.
static SASFormatCategory SASFormatCategory.newCategory(java.lang.String typeName, com.sas.iquery.util.impl.MessageFormatter labelsFormatter, com.sas.iquery.util.impl.MessageFormatter descriptionsFormatter)
          creates a new SASFormatCategory and makes it available to the utility methods on this factory class
 

Methods in com.sas.iquery.metadata.serverprop.formats with parameters of type SASFormatCategory
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.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.