ProjectLink
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.psd.xmp.types.XmpTypeBase
public final class ProjectLink extends XmpTypeBase
Represents path of the project.
Constructors
Constructor | Description |
---|---|
ProjectLink() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getPath() | Gets or sets full path to the project. |
getType() | Gets or sets file type. |
getXmpRepresentation() | Returns string contained value in XMP format. |
hashCode() | |
notify() | |
notifyAll() | |
setPath(String value) | Gets or sets full path to the project. |
setType(int value) | Gets or sets file type. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ProjectLink()
public ProjectLink()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getPath()
public String getPath()
Gets or sets full path to the project.
Value: The full path to the project.
Returns: java.lang.String
getType()
public int getType()
Gets or sets file type.
Value: The file type.
Returns: int
getXmpRepresentation()
public String getXmpRepresentation()
Returns string contained value in XMP format.
Returns: java.lang.String - Returns string contained value in XMP format.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setPath(String value)
public void setPath(String value)
Gets or sets full path to the project.
Value: The full path to the project.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setType(int value)
public void setType(int value)
Gets or sets file type.
Value: The file type.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |