-
Field Summary
Fields
Key for the default language.
-
Constructor Summary
Constructors
Creates a Properties object that stores languages for use in an XmpSchema
Creates a Properties object that stores languages for use in an XmpSchema
-
Method Summary
void
protected void
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
-
Field Details
-
DEFAULT
public static final String DEFAULT
Key for the default language.
- See Also:
-
-
Constructor Details
-
LangAlt
public LangAlt(String defaultValue)
Creates a Properties object that stores languages for use in an XmpSchema
- Parameters:
defaultValue - default value
-
LangAlt
public LangAlt()
Creates a Properties object that stores languages for use in an XmpSchema
-
Method Details
-
addLanguage
Add a language.
- Parameters:
language - language
value - value
-
process
Process a property.
- Parameters:
buf - buffer
lang - object
-
toString
Creates a String that can be used in an XmpSchema.
- Overrides:
toString in class Properties