|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectfr.ocelet.runtime.otypes.Oboolean
public class Oboolean
Implementation of the Ocelet boolean type.
| Field Summary | |
|---|---|
boolean |
b
|
| Constructor Summary | |
|---|---|
Oboolean(boolean tf)
Simple constructor |
|
| Method Summary | |
|---|---|
boolean |
get()
Oboolean getter |
void |
set(boolean vf)
Obooelan setter |
java.lang.String |
toString()
Overrides the Object.toString() method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public boolean b
| Constructor Detail |
|---|
public Oboolean(boolean tf)
tf - Initialization boolean value| Method Detail |
|---|
public boolean get()
public void set(boolean vf)
vf - New valuepublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||