|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.controls.JetProperty
jet.controls.JetBoolean
public class JetBoolean
Boolean property, for saving/retriving a boolen value.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
JetBoolean()
|
|
JetBoolean(JetObject parent,
java.lang.String name)
Constructor. |
|
JetBoolean(JetObject parent,
java.lang.String name,
boolean thedef)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
booleanValue()
Returns the value of this object as a boolean. |
boolean |
get()
Returns the value of this object as a boolean. |
int |
getInt()
Returns the value of this object as a integer. |
int[] |
getMatchingSqlType()
Get Matching SQL Type of this property |
java.util.Vector |
getPropertyChoice()
|
void |
set(boolean value)
Sets the property value with the specified value; notifies its comprising object. |
void |
set(java.lang.String theval)
Sets the value to this property through a String. |
void |
setInt(int i)
Sets the value of this object via a integer. |
java.lang.String |
toString()
Returns the value of this object as a String. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JetBoolean()
public JetBoolean(JetObject parent,
java.lang.String name)
parent - the owner of the property.name - the property name
public JetBoolean(JetObject parent,
java.lang.String name,
boolean thedef)
parent - the owner of the property.name - the property namethedef - the default value.| Method Detail |
|---|
public void set(boolean value)
value - value for boolean.
set(boolean),
get()public void set(java.lang.String theval)
set in class JetPropertytheval - String value.public boolean get()
public boolean booleanValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic int getInt()
public void setInt(int i)
public java.util.Vector getPropertyChoice()
getPropertyChoice in class JetPropertypublic int[] getMatchingSqlType()
JetProperty
getMatchingSqlType in class JetProperty
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||