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