Class PiBool
- java.lang.Object
- 
- org.onosproject.net.pi.runtime.data.PiBool
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.onosproject.net.pi.model.PiDataPiData.Type
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanbool()Return protocol-independent Boolean instance.booleanequals(Object o)inthashCode()static PiBoolof(Boolean bool)Returns a new protocol-independent Bool.StringtoString()PiData.Typetype()Returns the type of this protocol-independent data.
 
- 
- 
- 
Method Detail- 
ofpublic static PiBool of(Boolean bool) Returns a new protocol-independent Bool.- Parameters:
- bool- boolean
- Returns:
- protocol-independent Bool
 
 - 
boolpublic Boolean bool() Return protocol-independent Boolean instance.- Returns:
- bool
 
 - 
typepublic PiData.Type type() Description copied from interface:PiDataReturns the type of this protocol-independent data.
 
- 
 
-