Package com.adobe.xmp.properties
Interface XMPAliasInfo
-
public interface XMPAliasInfo
This interface is used to return info about an alias.- Since:
- 27.01.2006
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AliasOptions
getAliasForm()
java.lang.String
getNamespace()
java.lang.String
getPrefix()
java.lang.String
getPropName()
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
- Returns:
- Returns Returns the namespace URI for the base property.
-
getPrefix
java.lang.String getPrefix()
- Returns:
- Returns the default prefix for the given base property.
-
getPropName
java.lang.String getPropName()
- Returns:
- Returns the path of the base property.
-
getAliasForm
AliasOptions getAliasForm()
- Returns:
- Returns the kind of the alias. This can be a direct alias (ARRAY), a simple property to an ordered array (ARRAY_ORDERED), to an alternate array (ARRAY_ALTERNATE) or to an alternate text array (ARRAY_ALT_TEXT).
-
-