org.milyn.ejc
Class ValueNodeInfo

java.lang.Object
  extended by org.milyn.ejc.ValueNodeInfo

public class ValueNodeInfo
extends java.lang.Object

ValueNodeInfo contains information about values from a ValueNode. The values contained here are xmltag and typeParameters.

Author:
bardl.

Constructor Summary
ValueNodeInfo(JNamedType property, java.lang.String dataSelector, ValueNode valueNode)
           
 
Method Summary
 java.lang.String getDataSelector()
           
 java.util.List<java.util.Map.Entry<java.lang.String,java.lang.String>> getDecoderConfigs()
           
 java.lang.String getDecoderType()
           
 JNamedType getProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueNodeInfo

public ValueNodeInfo(JNamedType property,
                     java.lang.String dataSelector,
                     ValueNode valueNode)
Method Detail

getProperty

public JNamedType getProperty()

getDataSelector

public java.lang.String getDataSelector()

getDecoderConfigs

public java.util.List<java.util.Map.Entry<java.lang.String,java.lang.String>> getDecoderConfigs()

getDecoderType

public java.lang.String getDecoderType()


Copyright © 2011. All Rights Reserved.