public final class RevisionRoleAndContextDeclarationFnd extends FileNode<RevisionRoleAndContextDeclarationFnd>
Gets a new additional revision role and context pair to associate with a revision.
Constructor and Description |
---|
RevisionRoleAndContextDeclarationFnd(FileNodeHeader header,
ExtendedGuid rid,
int revisionRole,
ExtendedGuid gctxid)
Initializes a new instance of the
RevisionRoleAndContextDeclarationFnd class. |
Modifier and Type | Method and Description |
---|---|
void |
accept(IFileNodeVisitor visitor)
The accept.
|
boolean |
equals(Object other) |
boolean |
equals(RevisionRoleAndContextDeclarationFnd other)
The equals.
|
ExtendedGuid |
getGctxid()
Gets the context.
|
int |
getRevisionRole()
Gets a revision role for the default context.
|
ExtendedGuid |
getRid()
Gets the identity of the revision to add the revision role to
|
long |
getStructSize()
Gets the struct size.
|
byte[] |
toByteArray()
The to byte array.
|
public RevisionRoleAndContextDeclarationFnd(FileNodeHeader header, ExtendedGuid rid, int revisionRole, ExtendedGuid gctxid)
Initializes a new instance of the RevisionRoleAndContextDeclarationFnd
class.
public ExtendedGuid getRid()
Gets the identity of the revision to add the revision role to
public int getRevisionRole()
Gets a revision role for the default context.
public ExtendedGuid getGctxid()
Gets the context.
public long getStructSize()
Gets the struct size.
getStructSize
in interface IBinarySerializable
getStructSize
in class FileNode<RevisionRoleAndContextDeclarationFnd>
public void accept(IFileNodeVisitor visitor)
The accept.
accept
in interface IFileNode
accept
in class FileNode<RevisionRoleAndContextDeclarationFnd>
visitor
- The visitor.public byte[] toByteArray()
The to byte array.
toByteArray
in interface IBinarySerializable
toByteArray
in class FileNode<RevisionRoleAndContextDeclarationFnd>
T:byte[]
.com.aspose.ms.System.InvalidOperationException
- Incorrect buffer size.public boolean equals(RevisionRoleAndContextDeclarationFnd other)
The equals.
other
- The other.bool
.public boolean equals(Object other)
equals
in interface com.aspose.ms.System.IEquatable<RevisionRoleAndContextDeclarationFnd>
equals
in class Object
Copyright (c) 2017 Aspose. All Rights Reserved.