oracle.jbo.common
Class ROTEntry
java.lang.Object
oracle.jbo.common.ROTEntry
- All Implemented Interfaces:
- java.io.Serializable
- public class ROTEntry
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
ROTEntry(int remoteObjId,
byte objType,
java.lang.String fullObjName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROW_SET_ITERATOR_TYPE
public static final byte ROW_SET_ITERATOR_TYPE
- See Also:
- Constant Field Values
ROW_SET_TYPE
public static final byte ROW_SET_TYPE
- See Also:
- Constant Field Values
VIEW_OBJECT_TYPE
public static final byte VIEW_OBJECT_TYPE
- See Also:
- Constant Field Values
APPLICATION_MODULE_TYPE
public static final byte APPLICATION_MODULE_TYPE
- See Also:
- Constant Field Values
COMPONENT_OBJECT_TYPE
public static final byte COMPONENT_OBJECT_TYPE
- See Also:
- Constant Field Values
mRemoteObjId
public final int mRemoteObjId
mObjType
public final byte mObjType
mFullObjName
public final java.lang.String mFullObjName
ROTEntry
public ROTEntry(int remoteObjId,
byte objType,
java.lang.String fullObjName)
Copyright © 1997, 2004, Oracle. All rights reserved.