Class LangAlt

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

@Deprecated public class LangAlt extends Properties
Deprecated.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated.
      A serial version id.
      See Also:
    • DEFAULT

      public static final String DEFAULT
      Deprecated.
      Key for the default language.
      See Also:
  • Constructor Details

    • LangAlt

      public LangAlt(String defaultValue)
      Deprecated.
      Creates a Properties object that stores languages for use in an XmpSchema
    • LangAlt

      public LangAlt()
      Deprecated.
      Creates a Properties object that stores languages for use in an XmpSchema
  • Method Details

    • addLanguage

      public void addLanguage(String language, String value)
      Deprecated.
      Add a language.
    • process

      protected void process(StringBuffer buf, Object lang)
      Deprecated.
      Process a property.
    • toString

      public String toString()
      Deprecated.
      Creates a String that can be used in an XmpSchema.
      Overrides:
      toString in class Properties