Class MetadataNode
- Object
-
- MetadataNode
-
public class MetadataNode extends Object
-
-
Constructor Summary
Constructors Constructor Description MetadataNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,MetadataAttribute>getAttributes()List<MetadataNode>getNodes()voidsetAttributes(Map<String,MetadataAttribute> attributes)voidsetNodes(List<MetadataNode> nodes)
-
-
-
Method Detail
-
getNodes
public List<MetadataNode> getNodes()
-
setNodes
public void setNodes(List<MetadataNode> nodes)
-
getAttributes
public Map<String,MetadataAttribute> getAttributes()
-
setAttributes
public void setAttributes(Map<String,MetadataAttribute> attributes)
-
-