org.milyn.ejc
Class ValueNodeInfo

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

public class ValueNodeInfo
extends Object

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

Author:
bardl.

Constructor Summary
ValueNodeInfo(org.milyn.javabean.pojogen.JNamedType property, String dataSelector, org.milyn.edisax.model.internal.ValueNode valueNode)
           
 
Method Summary
 String getDataSelector()
           
 List<Map.Entry<String,String>> getDecoderConfigs()
           
 String getDecoderType()
           
 org.milyn.javabean.pojogen.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(org.milyn.javabean.pojogen.JNamedType property,
                     String dataSelector,
                     org.milyn.edisax.model.internal.ValueNode valueNode)
Method Detail

getProperty

public org.milyn.javabean.pojogen.JNamedType getProperty()

getDataSelector

public String getDataSelector()

getDecoderConfigs

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

getDecoderType

public String getDecoderType()


Copyright © 2018. All rights reserved.