com.redhat.et.libguestfs
Class IntBool

java.lang.Object
  extended by com.redhat.et.libguestfs.IntBool

public class IntBool
extends java.lang.Object

IntBool structure.

See Also:
GuestFS

Field Summary
 int b
           
 int i
           
 
Constructor Summary
IntBool()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

public int i

b

public int b
Constructor Detail

IntBool

public IntBool()