com.sas.iquery.metadata.business
Interface ExportCubeMlsLanguage


public interface ExportCubeMlsLanguage

Represents a language that is supported by a cube.


Method Summary
 java.lang.String getFileSuffix()
          returns the file suffix used to resolve MLS specific files, the default will always be "".
 java.util.Locale getJavaLocale()
          returns the Java Locale object for a Cube's supported MLS language or null if this is the default language.
 java.lang.String getSASLocale()
          returns the SAS locale string for a Cube's supported MLS language or empty string if this is the default language.
 boolean isDefaultLanguage()
          returns true if this is the first language defined in the cube and there is the 'default'.
 

Method Detail

getSASLocale

java.lang.String getSASLocale()
returns the SAS locale string for a Cube's supported MLS language or empty string if this is the default language.


getJavaLocale

java.util.Locale getJavaLocale()
returns the Java Locale object for a Cube's supported MLS language or null if this is the default language.


isDefaultLanguage

boolean isDefaultLanguage()
returns true if this is the first language defined in the cube and there is the 'default'.


getFileSuffix

java.lang.String getFileSuffix()
returns the file suffix used to resolve MLS specific files, the default will always be "".




Copyright © 2009 SAS Institute Inc. All Rights Reserved.