ProjectLink

Inheritance: java.lang.Object, com.aspose.imaging.xmp.types.XmpTypeBase

public final class ProjectLink extends XmpTypeBase

Represents path of the project.

Constructors

ConstructorDescription
ProjectLink()

Methods

MethodDescription
getPath()Gets or sets full path to the project.
setPath(String value)Gets or sets full path to the project.
getType()Gets or sets file type.
setType(int value)Gets or sets file type.
getXmpRepresentation()Returns string contained value in XMP format.
public ProjectLink()

getPath()

public String getPath()

Gets or sets full path to the project.

Value: The full path to the project.

Returns: java.lang.String

setPath(String value)

public void setPath(String value)

Gets or sets full path to the project.

Value: The full path to the project.

Parameters:

ParameterTypeDescription
valuejava.lang.String

getType()

public int getType()

Gets or sets file type.

Value: The file type.

Returns: int

setType(int value)

public void setType(int value)

Gets or sets file type.

Value: The file type.

Parameters:

ParameterTypeDescription
valueint

getXmpRepresentation()

public String getXmpRepresentation()

Returns string contained value in XMP format.

Returns: java.lang.String - Returns string containing xmp representation.