com.ibm.commons.iloader.node.lookups
Class InvertedBooleanLookup

java.lang.Object
  extended by com.ibm.commons.iloader.node.lookups.api.AbstractLookup
      extended by com.ibm.commons.iloader.node.lookups.BooleanLookup
          extended by com.ibm.commons.iloader.node.lookups.InvertedBooleanLookup
All Implemented Interfaces:
ILookup

public class InvertedBooleanLookup
extends BooleanLookup

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

InvertedBooleanLookup

public InvertedBooleanLookup()
Method Detail

getCode

public java.lang.String getCode(int index)
Description copied from interface: ILookup
Return the code or model value for this index.

Specified by:
getCode in interface ILookup
Overrides:
getCode in class BooleanLookup