Interface Person.LanguageString

Enclosing interface:
Person

public static interface Person.LanguageString
  • Method Summary

    Modifier and Type
    Method
    Description
    The language code linked to the string value
    The actual string value
  • Method Details

    • value

      String value()
      The actual string value
    • language

      String language()
      The language code linked to the string value