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