|
GLG Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genlogic.GlgBoolean
public class GlgBoolean
Mutable Boolean
| Field Summary | |
|---|---|
boolean |
value
|
| Constructor Summary | |
|---|---|
GlgBoolean()
Default contsructor. |
|
GlgBoolean(boolean value_p)
Constructs a new GlgBoolean with specified value. |
|
GlgBoolean(java.lang.Boolean boolean_obj)
|
|
GlgBoolean(GlgBoolean boolean_obj)
Copy constructor. |
|
| Method Summary | |
|---|---|
void |
CopyFrom(GlgBoolean boolean_obj)
Copies values from another GlgBoolean. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean value
| Constructor Detail |
|---|
public GlgBoolean()
public GlgBoolean(boolean value_p)
public GlgBoolean(java.lang.Boolean boolean_obj)
public GlgBoolean(GlgBoolean boolean_obj)
| Method Detail |
|---|
public void CopyFrom(GlgBoolean boolean_obj)
|
GLG Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||