|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BooleanAttribute
Attribute known to be bound to a Boolean class.
This class indicates getValue() returns a Boolean using Java 5 type narrowing, for for those working against java 1.4 interfaces the additional methods getBoolean() and setBoolean have been introduced.
| Method Summary | |
|---|---|
Boolean |
getBoolean()
Java 1.4 type safe access to getValue |
Boolean |
getValue()
Boolean value for this attribute. |
void |
setBoolean(Boolean newValue)
Java 1.4 type safe access to setValue |
void |
setValue(Boolean newValue)
Set the Boolean value for this attribute. |
| Methods inherited from interface Attribute |
|---|
getDescriptor, getID, getType, nillable, operation, setValue |
| Methods inherited from interface Property |
|---|
descriptor, name |
| Method Detail |
|---|
Boolean getValue()
getValue in interface Attributevoid setValue(Boolean newValue)
newValue - Boolean value for this attribute.Boolean getBoolean()
void setBoolean(Boolean newValue)
newValue -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||