Packagecom.adobe.xmp
Interfacepublic interface IXMPProperty

Encapsulates the value, locale, and XMP type information for an XMP property.



Public Properties
 PropertyDefined by
  locale : String
The locale that this property is using to display the value, a locale code or 'x-default'.
IXMPProperty
  modified : Boolean
True if this property value has previously been modified by other calls
IXMPProperty
  multipleValues : Boolean
True if this property has multiple values within the selected documents.
IXMPProperty
  namespace : String
The schema namespace that the property belongs to.
IXMPProperty
  options : uint
Option flags describing the property type.
IXMPProperty
  path : String
The XPath to the property.
IXMPProperty
  value : String
The value for the property.
IXMPProperty
Public Methods
 MethodDefined by
  
toString():String
Creates a string representation of this XMP property object.
IXMPProperty
Property detail
localeproperty
locale:String  [read-write]

The locale that this property is using to display the value, a locale code or 'x-default'. This is set only if the value has been retrieved using getLocalizedText().

Implementation
    public function get locale():String
    public function set locale(value:String):void
modifiedproperty 
modified:Boolean  [read-write]

True if this property value has previously been modified by other calls

Implementation
    public function get modified():Boolean
    public function set modified(value:Boolean):void
multipleValuesproperty 
multipleValues:Boolean  [read-write]

True if this property has multiple values within the selected documents. This is set only in multi-file mode.

Implementation
    public function get multipleValues():Boolean
    public function set multipleValues(value:Boolean):void
namespaceproperty 
namespace:String  [read-write]

The schema namespace that the property belongs to.

Implementation
    public function get namespace():String
    public function set namespace(value:String):void
optionsproperty 
options:uint  [read-write]

Option flags describing the property type. A logical OR of allowed bit-flag constants:

Implementation
    public function get options():uint
    public function set options(value:uint):void
pathproperty 
path:String  [read-write]

The XPath to the property. The namespace must be registered with the panel.

Implementation
    public function get path():String
    public function set path(value:String):void
valueproperty 
value:String  [read-write]

The value for the property. For the title property, the value is translated according to the current locale settings.

Implementation
    public function get value():String
    public function set value(value:String):void
Method detail
toString()method
public function toString():String

Creates a string representation of this XMP property object.

Returns
String — The string.