ru.biosoft.plugins.jri
Class REXPConverter

java.lang.Object
  extended by ru.biosoft.plugins.jri.REXPConverter
All Implemented Interfaces:
ru.biosoft.plugins.javascript.ToStringConverter

public class REXPConverter
extends java.lang.Object
implements ru.biosoft.plugins.javascript.ToStringConverter

Converts REXP objects to String


Constructor Summary
REXPConverter()
           
 
Method Summary
 boolean canConvert(java.lang.Object object)
          Return true if object can be converted by this converter
 java.lang.String convert(java.lang.Object object)
          Converts Object to string
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

REXPConverter

public REXPConverter()
Method Detail

canConvert

public boolean canConvert(java.lang.Object object)
Description copied from interface: ru.biosoft.plugins.javascript.ToStringConverter
Return true if object can be converted by this converter

Specified by:
canConvert in interface ru.biosoft.plugins.javascript.ToStringConverter

convert

public java.lang.String convert(java.lang.Object object)
Description copied from interface: ru.biosoft.plugins.javascript.ToStringConverter
Converts Object to string

Specified by:
convert in interface ru.biosoft.plugins.javascript.ToStringConverter


Copyright © 2001-2009 Biosof.Ru. All Rights Reserved.