Class LangAlt

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>

    @Deprecated
    public class LangAlt
    extends java.util.Properties
    Deprecated.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT
      Deprecated.
      Key for the default language.
      private static long serialVersionUID
      Deprecated.
      A serial version id.
      • Fields inherited from class java.util.Properties

        defaults
    • Constructor Summary

      Constructors 
      Constructor Description
      LangAlt()
      Deprecated.
      Creates a Properties object that stores languages for use in an XmpSchema
      LangAlt​(java.lang.String defaultValue)
      Deprecated.
      Creates a Properties object that stores languages for use in an XmpSchema
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addLanguage​(java.lang.String language, java.lang.String value)
      Deprecated.
      Add a language.
      protected void process​(java.lang.StringBuffer buf, java.lang.Object lang)
      Deprecated.
      Process a property.
      java.lang.String toString()
      Deprecated.
      Creates a String that can be used in an XmpSchema.
      • Methods inherited from class java.util.Properties

        clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

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

        public static final java.lang.String DEFAULT
        Deprecated.
        Key for the default language.
        See Also:
        Constant Field Values
    • Constructor Detail

      • LangAlt

        public LangAlt​(java.lang.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 Detail

      • addLanguage

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

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

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