Constructor and Description |
---|
LangAlt()
Initializes a new instance of the
LangAlt class. |
LangAlt(String defaultValue)
Initializes a new instance of the
LangAlt class. |
Modifier and Type | Method and Description |
---|---|
void |
addLanguage(String language,
String value)
Adds the language.
|
String |
getXmlValue()
Converts XMP value to the XML representation.
|
String |
toString()
Returns a
System.String that represents this instance. |
public LangAlt(String defaultValue)
Initializes a new instance of the LangAlt
class.
defaultValue
- The default value.public LangAlt()
Initializes a new instance of the LangAlt
class.
public void addLanguage(String language, String value)
Adds the language.
language
- The language.value
- The language value.public String toString()
Returns a System.String
that represents this instance.
public String getXmlValue()
Converts XMP value to the XML representation.
getXmlValue
in interface IXmlValue