public abstract class XmpSchema extends Properties
defaults| Modifier | Constructor and Description |
|---|---|
protected |
XmpSchema(String xmlns)
Constructs an XMP schema.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getXmlns() |
Object |
setProperty(String key,
String value) |
protected Object |
setProperty(String key,
XmpArray value) |
String |
toString()
The String representation of the contents.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNamesclear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, valuesprotected XmpSchema(String xmlns)
xmlns - public String toString()
public String getXmlns()
public Object setProperty(String key, String value)
setProperty in class PropertiesProperties.setProperty(java.lang.String, java.lang.String)protected Object setProperty(String key, XmpArray value)
key - value - Properties.setProperty(java.lang.String, java.lang.String)Copyright © 2021. All rights reserved.