com.nec.tdd.tools.dbMapper
Class ORFieldInfo.NestedTypeInfo.LeafNode
java.lang.Object
|
+--com.nec.tdd.tools.dbMapper.ORFieldInfo.NestedTypeInfo.AbstractNode
|
+--com.nec.tdd.tools.dbMapper.ORFieldInfo.NestedTypeInfo.LeafNode
- All Implemented Interfaces:
- ORFieldInfo.NestedTypeInfo.Node
- Enclosing class:
- ORFieldInfo.NestedTypeInfo
- public static class ORFieldInfo.NestedTypeInfo.LeafNode
- extends com.nec.tdd.tools.dbMapper.ORFieldInfo.NestedTypeInfo.AbstractNode
Field Summary |
protected java.lang.Class |
nodeClass
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
nodeClass
protected java.lang.Class nodeClass
ORFieldInfo.NestedTypeInfo.LeafNode
public ORFieldInfo.NestedTypeInfo.LeafNode(java.lang.String nodeName,
java.lang.String className,
java.lang.String getMethodName,
java.lang.String setMethodName)
throws java.lang.Exception
isLeafNode
public boolean isLeafNode()
getTypeCode
public int getTypeCode()
getSetMethodName
public java.lang.String getSetMethodName()
getSetMethod
public java.lang.reflect.Method getSetMethod()
throws java.lang.Exception
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getTypeStr
public java.lang.String getTypeStr()
- Specified by:
getTypeStr
in interface ORFieldInfo.NestedTypeInfo.Node
getNodeClass
public java.lang.Class getNodeClass()
throws java.lang.Exception
- Specified by:
getNodeClass
in interface ORFieldInfo.NestedTypeInfo.Node
getGetMethodName
public java.lang.String getGetMethodName()
- Specified by:
getGetMethodName
in interface ORFieldInfo.NestedTypeInfo.Node
getGetMethod
public java.lang.reflect.Method getGetMethod()
throws java.lang.Exception
- Specified by:
getGetMethod
in interface ORFieldInfo.NestedTypeInfo.Node