com.sun.mdm.index.query
Class CreateObjectMeta
java.lang.Object
com.sun.mdm.index.query.CreateObjectMeta
- class CreateObjectMeta
- extends java.lang.Object
This data structure contains attributes for each object that is created by
Assembler Engine and these attributes are used during assembling process. All
of these attributes are derived from SQLDescriptor. These attributes are
never modified during assembling. In other words the collection of these
objects is unique to a particular QueryObject. During assembling
initialization, these attributes are copied to QueryResultSet.CurrentObject
which contains some attributes that are particular to an instance of JDBC
ResultSet.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateObjectMeta
CreateObjectMeta(ValueMetaNode valueMetaNode)
- Creates a new instance of CreateObjectMeta
- Parameters:
valueMetaNode
-
getAssembleObjectState
final AssembleObjectState getAssembleObjectState()
getAttributes
final java.lang.String[] getAttributes()
getAttrIndexHigh
final int getAttrIndexHigh()
getAttrIndexLow
final int getAttrIndexLow()
getChildIndex
final int getChildIndex()
getKeyIndices
final java.lang.Integer[] getKeyIndices()
getObjName
final java.lang.String getObjName()
getParentKeyIndices
final java.lang.Integer[] getParentKeyIndices()
getParentObjectState
final AssembleObjectState getParentObjectState()
getValueMetaNode
final ValueMetaNode getValueMetaNode()
setAssembleObjectState
final void setAssembleObjectState(AssembleObjectState assObjState)
setAttributes
final void setAttributes(java.lang.String[] attributes)
setAttrIndexHigh
final void setAttrIndexHigh(int attrIndexHigh)
setAttrIndexLow
final void setAttrIndexLow(int attrIndexLow)
setChildIndex
final void setChildIndex(int index)
setCreateFlag
final void setCreateFlag(boolean createFlag)
setKeyIndices
final void setKeyIndices(java.lang.Integer[] keyIndices)
setParentKeyIndices
final void setParentKeyIndices(java.lang.Integer[] parentIndices)
setParentObjectState
final void setParentObjectState(AssembleObjectState assObjState)
setValueMetaNode
final void setValueMetaNode(ValueMetaNode valueMetaNode)
Sun Microsystems, Inc.