Package com.adobe.xmp.properties
Interface XMPProperty
-
- All Known Subinterfaces:
XMPPropertyInfo
public interface XMPProperty
This 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.String
getLanguage()
PropertyOptions
getOptions()
java.lang.Object
getValue()
-
-
-
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.
-
-