public interface Metadata
Modifier and Type | Method and Description |
---|---|
ExtensionMetadata[] |
getExtensions()
Accessor for the defined extensions for this component
|
int |
getNumberOfExtensions()
Number of extensions on this component.
|
Metadata |
getParent()
Accessor for the parent metadata component.
|
ExtensionMetadata |
newExtensionMetadata(String vendor,
String key,
String value)
Add a vendor extension to this metadata component.
|
ExtensionMetadata newExtensionMetadata(String vendor, String key, String value)
vendor
- Identifier for the vendorkey
- The extension keyvalue
- Value for the extensionint getNumberOfExtensions()
ExtensionMetadata[] getExtensions()
Metadata getParent()
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.