public final class ProjectLink extends XmpTypeBase
Represents path of the project.
Constructor and Description |
---|
ProjectLink() |
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Gets or sets full path to the project.
|
int |
getType()
Gets or sets file type.
|
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
void |
setPath(String value)
Gets or sets full path to the project.
|
void |
setType(int value)
Gets or sets file type.
|
public String getPath()
Gets or sets full path to the project.
Value: The full path to the project.public void setPath(String value)
Gets or sets full path to the project.
Value: The full path to the project.public int getType()
Gets or sets file type.
Value: The file type.public void setType(int value)
Gets or sets file type.
Value: The file type.public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpTypeBase