|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.BooleanProperty
public class BooleanProperty
Used for a boolean setting to also denote inheritance of the setting.
| Field Summary | |
|---|---|
protected java.lang.Boolean |
inherited
|
protected boolean |
value
|
| Constructor Summary | |
|---|---|
BooleanProperty()
Default Constructor |
|
BooleanProperty(boolean value)
Boolean Constructor |
|
| Method Summary | |
|---|---|
BooleanProperty |
clone()
|
boolean |
getValue()
Gets the boolean value |
boolean |
isInherited()
|
void |
setInherited(boolean value)
|
void |
setValue(boolean value)
Sets the boolean value |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean value
protected java.lang.Boolean inherited
| Constructor Detail |
|---|
public BooleanProperty()
public BooleanProperty(boolean value)
| Method Detail |
|---|
public boolean getValue()
Stringpublic void setValue(boolean value)
value - allowed object is Stringpublic boolean isInherited()
public void setInherited(boolean value)
inherited - The inherited to set.
public BooleanProperty clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||