org.outerj.daisy.repository.commonimpl.schema
Class QueryListItem

java.lang.Object
  extended by org.outerj.daisy.repository.commonimpl.schema.QueryListItem
All Implemented Interfaces:
org.outerj.daisy.repository.schema.ListItem

public class QueryListItem
extends java.lang.Object
implements org.outerj.daisy.repository.schema.ListItem


Constructor Summary
QueryListItem(java.lang.Object value, java.lang.String label)
           
 
Method Summary
 java.lang.String getLabel(java.util.Locale locale)
           
 java.lang.String getLabelExact(java.util.Locale locale)
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryListItem

public QueryListItem(java.lang.Object value,
                     java.lang.String label)
Method Detail

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface org.outerj.daisy.repository.schema.ListItem

getLabel

public java.lang.String getLabel(java.util.Locale locale)
Specified by:
getLabel in interface org.outerj.daisy.repository.schema.ListItem

getLabelExact

public java.lang.String getLabelExact(java.util.Locale locale)
Specified by:
getLabelExact in interface org.outerj.daisy.repository.schema.ListItem


Copyright © -2012 . All Rights Reserved.