|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.able.beans.AbleAtom | +--com.ibm.able.beans.AbleFact
A Fact is an immutable property value pair
Version Description -------- ----------- 1.0.0 Initial release.
Fields inherited from class com.ibm.able.beans.AbleAtom |
name,
value |
Constructor Summary | |
AbleFact(java.lang.String aName,
java.lang.Object aValue)
Create a new fact with the specified name and value. |
Methods inherited from class com.ibm.able.beans.AbleAtom |
getName,
getValue,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public AbleFact(java.lang.String aName, java.lang.Object aValue)
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |