public final class RootObjectReference2Fndx extends FileNode<RootObjectReference2Fndx>
The root object reference 2.
Constructor and Description |
---|
RootObjectReference2Fndx(FileNodeHeader header,
CompactId oidRoot,
long rootRole)
Initializes a new instance of the
RootObjectReference2Fndx class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(RootObjectReference2Fndx other)
The equals.
|
CompactId |
getOidRoot()
Gets the identity of the root object of the containing revision for the role specified by the RootRole field
|
long |
getRootRole()
Gets the role of the root object
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public RootObjectReference2Fndx(FileNodeHeader header, CompactId oidRoot, long rootRole)
Initializes a new instance of the RootObjectReference2Fndx
class.
header
- The header.oidRoot
- The OID root.rootRole
- The root role.public CompactId getOidRoot()
Gets the identity of the root object of the containing revision for the role specified by the RootRole field
public long getRootRole()
Gets the role of the root object
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<RootObjectReference2Fndx>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<RootObjectReference2Fndx>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<RootObjectReference2Fndx>
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(RootObjectReference2Fndx other)
The equals.
other
- The other.bool
.Copyright (c) 2016 Aspose. All Rights Reserved.