public class ReferenceToObjectDeclarationId extends Object
Represents a structure from References section, which describes relations between each Reference and ObjectDeclarationId.
Constructor and Description |
---|
ReferenceToObjectDeclarationId(Reference reference,
ObjectDeclarationId objectDeclarationId)
Initializes a new instance of
ReferenceToObjectDeclarationId type. |
Modifier and Type | Method and Description |
---|---|
ObjectDeclarationId |
getObjectDeclarationId()
Gets the object declaration identifier.
|
Reference |
getReference()
Gets the reference to object declaration.
|
public ReferenceToObjectDeclarationId(Reference reference, ObjectDeclarationId objectDeclarationId)
Initializes a new instance of ReferenceToObjectDeclarationId
type.
reference
- objectDeclarationId
- public Reference getReference()
Gets the reference to object declaration.
public ObjectDeclarationId getObjectDeclarationId()
Gets the object declaration identifier.
Copyright (c) 2016 Aspose. All Rights Reserved.