PiData.Type| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
bool()
Return protocol-independent Boolean instance. 
 | 
boolean | 
equals(Object o)  | 
int | 
hashCode()  | 
static PiBool | 
of(Boolean bool)
Returns a new protocol-independent Bool. 
 | 
String | 
toString()  | 
PiData.Type | 
type()
Returns the type of this protocol-independent data. 
 | 
public static PiBool of(Boolean bool)
bool - booleanpublic Boolean bool()
public PiData.Type type()
PiData