jhomenet.binding
Class CustomConverterFactory.HardwareDataConverter

java.lang.Object
  extended by AbstractConverter
      extended by jhomenet.binding.CustomConverterFactory.HardwareDataConverter
Enclosing class:
CustomConverterFactory

public static final class CustomConverterFactory.HardwareDataConverter
extends AbstractConverter


Method Summary
 java.lang.Object convertFromSubject(java.lang.Object subjectValue)
          Converts the subject value to associated text representation.
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertFromSubject

public java.lang.Object convertFromSubject(java.lang.Object subjectValue)
Converts the subject value to associated text representation. Rejects non-HardwareData values.

Parameters:
subjectValue - the subject's new value
Returns:
the text that represents the subject value
Throws:
java.lang.ClassCastException - if the subject's value is not a HardwareData

setValue

public void setValue(java.lang.Object value)


Copyright © 2004-2005 David Irwin. All Rights Reserved.