public interface org.apache.xmlgraphics.xmp.PropertyAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.xmlgraphics.xmp.PropertyAccess
  super_class: java.lang.Object
{
  public abstract void setProperty(org.apache.xmlgraphics.xmp.XMPProperty);
    descriptor: (Lorg/apache/xmlgraphics/xmp/XMPProperty;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      prop  

  public abstract org.apache.xmlgraphics.xmp.XMPProperty getProperty(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lorg/apache/xmlgraphics/xmp/XMPProperty;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      uri        
      localName  

  public abstract org.apache.xmlgraphics.xmp.XMPProperty getProperty(org.apache.xmlgraphics.util.QName);
    descriptor: (Lorg/apache/xmlgraphics/util/QName;)Lorg/apache/xmlgraphics/xmp/XMPProperty;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      name  

  public abstract org.apache.xmlgraphics.xmp.XMPProperty removeProperty(org.apache.xmlgraphics.util.QName);
    descriptor: (Lorg/apache/xmlgraphics/util/QName;)Lorg/apache/xmlgraphics/xmp/XMPProperty;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      name  

  public abstract org.apache.xmlgraphics.xmp.XMPProperty getValueProperty();
    descriptor: ()Lorg/apache/xmlgraphics/xmp/XMPProperty;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getPropertyCount();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "PropertyAccess.java"