public class org.apache.drill.exec.store.hdf.HDF5Attribute extends java.lang.Object
{
private final org.apache.drill.common.types.TypeProtos$MinorType dataType;
private final java.lang.String key;
private final java.lang.Object value;
private final boolean isCompound;
public void <init>(org.apache.drill.common.types.TypeProtos$MinorType, java.lang.String, java.lang.Object)
{
org.apache.drill.common.types.TypeProtos$MinorType v;
org.apache.drill.exec.store.hdf.HDF5Attribute v;
java.lang.Object v;
java.lang.String v;
v := @this: org.apache.drill.exec.store.hdf.HDF5Attribute;
v := @parameter: org.apache.drill.common.types.TypeProtos$MinorType;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Object;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.drill.exec.store.hdf.HDF5Attribute: org.apache.drill.common.types.TypeProtos$MinorType dataType> = v;
v.<org.apache.drill.exec.store.hdf.HDF5Attribute: java.lang.String key> = v;
v.<org.apache.drill.exec.store.hdf.HDF5Attribute: java.lang.Object value> = v;
v.<org.apache.drill.exec.store.hdf.HDF5Attribute: boolean isCompound> = 0;
return;
}
public void <init>(org.apache.drill.common.types.TypeProtos$MinorType, java.lang.String, java.lang.Object, boolean)
{
org.apache.drill.common.types.TypeProtos$MinorType v;
org.apache.drill.exec.store.hdf.HDF5Attribute v;
java.lang.Object v;
java.lang.String v;
boolean v;
v := @this: org.apache.drill.exec.store.hdf.HDF5Attribute;
v := @parameter: org.apache.drill.common.types.TypeProtos$MinorType;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Object;
v := @parameter: boolean;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.drill.exec.store.hdf.HDF5Attribute: org.apache.drill.common.types.TypeProtos$MinorType dataType> = v;
v.<org.apache.drill.exec.store.hdf.HDF5Attribute: java.lang.String key> = v;
v.<org.apache.drill.exec.store.hdf.HDF5Attribute: java.lang.Object value> = v;
v.<org.apache.drill.exec.store.hdf.HDF5Attribute: boolean isCompound> = v;
return;
}
public org.apache.drill.common.types.TypeProtos$MinorType getDataType()
{
org.apache.drill.common.types.TypeProtos$MinorType v;
org.apache.drill.exec.store.hdf.HDF5Attribute v;
v := @this: org.apache.drill.exec.store.hdf.HDF5Attribute;
v = v.<org.apache.drill.exec.store.hdf.HDF5Attribute: org.apache.drill.common.types.TypeProtos$MinorType dataType>;
return v;
}
public java.lang.String getKey()
{
org.apache.drill.exec.store.hdf.HDF5Attribute v;
java.lang.String v;
v := @this: org.apache.drill.exec.store.hdf.HDF5Attribute;
v = v.<org.apache.drill.exec.store.hdf.HDF5Attribute: java.lang.String key>;
return v;
}
public java.lang.Object getValue()
{
java.lang.Object v;
org.apache.drill.exec.store.hdf.HDF5Attribute v;
v := @this: org.apache.drill.exec.store.hdf.HDF5Attribute;
v = v.<org.apache.drill.exec.store.hdf.HDF5Attribute: java.lang.Object value>;
return v;
}
public boolean isCompound()
{
org.apache.drill.exec.store.hdf.HDF5Attribute v;
boolean v;
v := @this: org.apache.drill.exec.store.hdf.HDF5Attribute;
v = v.<org.apache.drill.exec.store.hdf.HDF5Attribute: boolean isCompound>;
return v;
}
public java.lang.String toString()
{
org.apache.drill.common.types.TypeProtos$MinorType v;
org.apache.drill.exec.store.hdf.HDF5Attribute v;
java.lang.Object[] v;
java.lang.Object v;
java.lang.String v, v;
v := @this: org.apache.drill.exec.store.hdf.HDF5Attribute;
v = newarray (java.lang.Object)[3];
v = virtualinvoke v.<org.apache.drill.exec.store.hdf.HDF5Attribute: java.lang.String getKey()>();
v[0] = v;
v = virtualinvoke v.<org.apache.drill.exec.store.hdf.HDF5Attribute: java.lang.Object getValue()>();
v[1] = v;
v = virtualinvoke v.<org.apache.drill.exec.store.hdf.HDF5Attribute: org.apache.drill.common.types.TypeProtos$MinorType getDataType()>();
v[2] = v;
v = staticinvoke <java.lang.String: java.lang.String format(java.lang.String,java.lang.Object[])>("%s: %s type: %s", v);
return v;
}
}