com.nec.tdd.tools.dbMapper
Interface ORFieldInfo.NestedTypeInfo.Node

All Known Implementing Classes:
com.nec.tdd.tools.dbMapper.ORFieldInfo.NestedTypeInfo.AbstractNode
Enclosing class:
ORFieldInfo.NestedTypeInfo

public static interface ORFieldInfo.NestedTypeInfo.Node


Method Summary
 java.lang.reflect.Method getGetMethod()
           
 java.lang.String getGetMethodName()
           
 java.lang.Class getNodeClass()
           
 java.lang.reflect.Method getSetMethod()
           
 java.lang.String getSetMethodName()
           
 int getTypeCode()
           
 java.lang.String getTypeStr()
           
 boolean isLeafNode()
           
 

Method Detail

isLeafNode

public boolean isLeafNode()

getTypeCode

public int getTypeCode()

getTypeStr

public java.lang.String getTypeStr()

getNodeClass

public java.lang.Class getNodeClass()
                             throws java.lang.Exception

getGetMethodName

public java.lang.String getGetMethodName()

getGetMethod

public java.lang.reflect.Method getGetMethod()
                                      throws java.lang.Exception

getSetMethodName

public java.lang.String getSetMethodName()

getSetMethod

public java.lang.reflect.Method getSetMethod()
                                      throws java.lang.Exception