Package pixy.meta

Class MetadataEntry

java.lang.Object
pixy.meta.MetadataEntry

public class MetadataEntry
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    MetadataEntry​(java.lang.String key, java.lang.String value)  
    MetadataEntry​(java.lang.String key, java.lang.String value, boolean isMetadataEntryGroup)  
  • Method Summary

    Modifier and Type Method Description
    void addEntries​(java.util.Collection<MetadataEntry> newEntries)  
    void addEntry​(MetadataEntry entry)  
    java.lang.String getKey()  
    java.util.Collection<MetadataEntry> getMetadataEntries()  
    java.lang.String getValue()  
    boolean isMetadataEntryGroup()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait