Class DefinitionLanguagesImpl

java.lang.Object
com.logicommerce.sdk.definition.implementations.DefinitionLanguagesImpl
All Implemented Interfaces:
DefinitionLanguages

public class DefinitionLanguagesImpl extends Object implements DefinitionLanguages

DefinitionLanguagesImpl class.

Since:
1.0.16
Author:
Logicommerce
  • Method Details

    • getValues

      public Map<String,String> getValues()
      Description copied from interface: DefinitionLanguages
      Returns a map of language names and their corresponding values.
      Specified by:
      getValues in interface DefinitionLanguages
      Returns:
      a map containing language names and values
    • getValue

      public String getValue(String language)
      Description copied from interface: DefinitionLanguages
      Returns the value of the specified language.
      Specified by:
      getValue in interface DefinitionLanguages
      Parameters:
      language - the language for which to retrieve the value
      Returns:
      the value of the specified language