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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VoiceOver.Item
public VoiceOver.Item(com.iphrase.runtime.query.constraint.Constraint constraint,
java.util.ArrayList features)
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