public interface org.apache.fop.datatypes.CompoundDatatype extends org.apache.fop.fo.Constants
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.fop.datatypes.CompoundDatatype
  super_class: java.lang.Object
{
  public abstract void setComponent(int, org.apache.fop.fo.properties.Property, boolean);
    descriptor: (ILorg/apache/fop/fo/properties/Property;Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      cmpId       
      cmpnValue   
      bIsDefault  

  public abstract org.apache.fop.fo.properties.Property getComponent(int);
    descriptor: (I)Lorg/apache/fop/fo/properties/Property;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      cmpId  
}
SourceFile: "CompoundDatatype.java"