protected static class CswsConnector.MetadataItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<java.lang.String> |
attributeNames |
protected CswsConnector.MetadataPathItem |
pathItem |
| Constructor and Description |
|---|
MetadataItem(CswsConnector.MetadataPathItem pathItem)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(java.lang.String attributeName)
Add an attribute name.
|
java.util.Iterator<java.lang.String> |
getAttributeNames()
Get an iterator over the attribute names.
|
CswsConnector.MetadataPathItem |
getPathItem()
Get the path object.
|
protected final CswsConnector.MetadataPathItem pathItem
protected final java.util.Set<java.lang.String> attributeNames
public MetadataItem(CswsConnector.MetadataPathItem pathItem)
public void addAttribute(java.lang.String attributeName)
public CswsConnector.MetadataPathItem getPathItem()
public java.util.Iterator<java.lang.String> getAttributeNames()