com.spss.psapi.session

Interface LocaleInfo



  • public interface LocaleInfo
    This interface defines locale-sensitive information associated with a Session.
    Since:
    PSAPI 1.1
    Version:
    1.0
    Author:
    Julian Clinton
    Specification Status:
    Under Development
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.Locale getLocale()
      Returns the locale associated with this locale information object.
      java.lang.String getLocalizedName(ProcessorType type)
      Returns a locale-sensitive string representing the supplied node type or null if a name cannot be found.
      java.lang.String getLocalizedProcessorDescription(java.lang.String nodeType)
      Returns a locale-sensitive string describing the supplied node type name or null if a description cannot be found.
      java.lang.String getLocalizedProcessorName(java.lang.String nodeType)
      Returns a locale-sensitive string representing the supplied node type name or null if a name cannot be found.
    • Method Detail

      • getLocale

        java.util.Locale getLocale()
        Returns the locale associated with this locale information object.
        Returns:
        the locale
      • getLocalizedName

        java.lang.String getLocalizedName(ProcessorType type)
        Returns a locale-sensitive string representing the supplied node type or null if a name cannot be found.
        Parameters:
        type - the node type
        Returns:
        a locale-sensitive name or null
      • getLocalizedProcessorName

        java.lang.String getLocalizedProcessorName(java.lang.String nodeType)
        Returns a locale-sensitive string representing the supplied node type name or null if a name cannot be found.
        Parameters:
        nodeType - the node type name
        Returns:
        a locale-sensitive name or null
      • getLocalizedProcessorDescription

        java.lang.String getLocalizedProcessorDescription(java.lang.String nodeType)
        Returns a locale-sensitive string describing the supplied node type name or null if a description cannot be found.
        Parameters:
        nodeType - the node type
        Returns:
        a locale-sensitive description or null

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.