Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.cantaloop.tools.conversion
Class SetOfIntegerLiteralConverter  view SetOfIntegerLiteralConverter download SetOfIntegerLiteralConverter.java

java.lang.Object
  extended byorg.cantaloop.tools.conversion.AbstractConverter
      extended byorg.cantaloop.tools.conversion.SetLiteralConverter
          extended byorg.cantaloop.tools.conversion.SetOfIntegerLiteralConverter
All Implemented Interfaces:
Converter

public class SetOfIntegerLiteralConverter
extends SetLiteralConverter

Converts a set into its literal representation. The elements are converted using a IntegerLiteralConverter.

Version:
@version@ ($Revision: 1.3 $)

Field Summary
private static IntegerLiteralConverter conv
           
 
Fields inherited from class org.cantaloop.tools.conversion.SetLiteralConverter
m_elemConverter
 
Fields inherited from class org.cantaloop.tools.conversion.AbstractConverter
m_inputTypes, m_outputTypes
 
Constructor Summary
SetOfIntegerLiteralConverter()
           
 
Methods inherited from class org.cantaloop.tools.conversion.SetLiteralConverter
convert
 
Methods inherited from class org.cantaloop.tools.conversion.AbstractConverter
checkTypes, getInputTypes, getOutputTypes, throwException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conv

private static IntegerLiteralConverter conv
Constructor Detail

SetOfIntegerLiteralConverter

public SetOfIntegerLiteralConverter()