com.filenet.wcm.toolkit.server.util.xml
Class SearchChoiceListUtil.ChoiceListItem

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.xml.SearchChoiceListUtil.ChoiceListItem
Enclosing class:
SearchChoiceListUtil

public static class SearchChoiceListUtil.ChoiceListItem
extends java.lang.Object

This class is a data structure of the returned choice list item used by the getChoiceValuesList method.


Field Summary
 java.lang.String name
           
 java.lang.String value
           
 
Constructor Summary
SearchChoiceListUtil.ChoiceListItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.String value

name

public java.lang.String name
Constructor Detail

SearchChoiceListUtil.ChoiceListItem

public SearchChoiceListUtil.ChoiceListItem()


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.