LangAlt
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.psd.xmp.IXmlValue
public class LangAlt implements IXmlValue
Represents XMP Language Alternative.
Constructors
Constructor | Description |
---|---|
LangAlt(String defaultValue) | Initializes a new instance of the LangAlt class. |
LangAlt() | Initializes a new instance of the LangAlt class. |
Methods
Method | Description |
---|---|
addLanguage(String language, String value) | Adds the language. |
equals(Object arg0) | |
getClass() | |
getXmlValue() | Converts XMP value to the XML representation. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | Returns a System.String that represents this instance. |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
LangAlt(String defaultValue)
public LangAlt(String defaultValue)
Initializes a new instance of the LangAlt class.
Parameters:
Parameter | Type | Description |
---|---|---|
defaultValue | java.lang.String | The default value. |
LangAlt()
public LangAlt()
Initializes a new instance of the LangAlt class.
addLanguage(String language, String value)
public void addLanguage(String language, String value)
Adds the language.
Parameters:
Parameter | Type | Description |
---|---|---|
language | java.lang.String | The language. |
value | java.lang.String | The language value. |
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
getXmlValue()
public String getXmlValue()
Converts XMP value to the XML representation.
Returns: java.lang.String - Returns the XMP value converted to the XML representation.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns a System.String that represents this instance.
Returns: java.lang.String - A System.String that represents this instance.
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 |