Package com.adobe.xmp.properties
Interface XMPProperty
- 
- All Known Subinterfaces:
 XMPPropertyInfo
public interface XMPPropertyThis interface is used to return a text property together with its and options.- Since:
 - 23.01.2006
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLanguage()PropertyOptionsgetOptions()java.lang.ObjectgetValue() 
 - 
 
- 
- 
Method Detail
- 
getValue
java.lang.Object getValue()
- Returns:
 - Returns the value of the property.
 
 
- 
getOptions
PropertyOptions getOptions()
- Returns:
 - Returns the options of the property.
 
 
- 
getLanguage
java.lang.String getLanguage()
- Returns:
 - Returns the language of the alt-text item.
 
 
 - 
 
 -