com.iphrase.onestep.beans
Class VoiceOver.Item

java.lang.Object
  |
  +--com.iphrase.onestep.beans.VoiceOver.Item
Enclosing class:
VoiceOver

public class VoiceOver.Item
extends java.lang.Object

Contains data for a single new or removed constraint in the VoiceOver component.


Constructor Summary
VoiceOver.Item(com.iphrase.runtime.query.constraint.Constraint constraint, java.util.ArrayList features)
           
 
Method Summary
 java.lang.String getId()
          Get constraint id (feature id).
 java.lang.String getLabel()
          Get constraint label (feature label).
 ValueHandler getValueHandler()
          Get ValueHandler object for formatting.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoiceOver.Item

public VoiceOver.Item(com.iphrase.runtime.query.constraint.Constraint constraint,
                      java.util.ArrayList features)
Method Detail

getValueHandler

public ValueHandler getValueHandler()
Get ValueHandler object for formatting.
Returns:
ValueHandler for the specific constraint

getLabel

public java.lang.String getLabel()
Get constraint label (feature label).
Returns:
label for the specific constraint

getId

public java.lang.String getId()
Get constraint id (feature id).
Returns:
id for the specific constraint

© Copyright 2005, 2006. IBM Corporation. All rights reserved.