net.sourceforge.jparam.parser
Class MapLeaf

java.lang.Object
  |
  +--net.sourceforge.jparam.parser.MapLeaf
All Implemented Interfaces:
TreeNode

public class MapLeaf
extends java.lang.Object
implements TreeNode

A description of class MapLeaf


Constructor Summary
MapLeaf(java.util.List items)
          Create a new MapLeaf object, with the given MapItems as items
 
Method Summary
 java.lang.Object getConstructedValue(java.lang.Class expectedType)
           
 ScalarConversionWeight getConversionWeight(java.lang.Class expectedClass)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapLeaf

public MapLeaf(java.util.List items)
Create a new MapLeaf object, with the given MapItems as items
Method Detail

getConstructedValue

public java.lang.Object getConstructedValue(java.lang.Class expectedType)
                                     throws JParamException
Specified by:
getConstructedValue in interface TreeNode

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getConversionWeight

public ScalarConversionWeight getConversionWeight(java.lang.Class expectedClass)
Specified by:
getConversionWeight in interface TreeNode


Copyright © 2004 SourceForge. All Rights Reserved.