|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.commons.iloader.node.lookups.api.AbstractLookup com.ibm.commons.iloader.node.lookups.BooleanLookup com.ibm.commons.iloader.node.lookups.InvertedBooleanLookup
public class InvertedBooleanLookup
A boolean lookup where 0 represents true and 1 represents false.
Field Summary |
---|
Fields inherited from class com.ibm.commons.iloader.node.lookups.BooleanLookup |
---|
UNKNOWN_VALUE |
Constructor Summary | |
---|---|
InvertedBooleanLookup()
|
Method Summary | |
---|---|
java.lang.String |
getCode(int index)
Return the code or model value for this index. |
Methods inherited from class com.ibm.commons.iloader.node.lookups.BooleanLookup |
---|
getLabel, size |
Methods inherited from class com.ibm.commons.iloader.node.lookups.api.AbstractLookup |
---|
addLookupListener, addNotify, getImage, getLabelFromCode, getLabelFromCodeIgnoreCase, notifyLookupChanged, removeLookupListener, removeNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvertedBooleanLookup()
Method Detail |
---|
public java.lang.String getCode(int index)
ILookup
getCode
in interface ILookup
getCode
in class BooleanLookup
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |