cz.ponec.ppSee.api
Interface Attribute


public interface Attribute

The representative of a file/image attribute.


Method Summary
 java.lang.String getExif()
          Returns the numerical code of an Exif property in a hexadecimal format.
 Property getKey()
          Get a Key of Attribute.
 Note getLabel()
          Returns a Label of the attribute.
 Note getValue()
          An attribute value.
 

Method Detail

getKey

public Property getKey()
Get a Key of Attribute.

Returns:
Value of key.

getExif

public java.lang.String getExif()
Returns the numerical code of an Exif property in a hexadecimal format. If the attribute is not type of "Exif", the method returns an empty String;

Returns:
The Number of an Exif property.

getLabel

public Note getLabel()
Returns a Label of the attribute.

Returns:
Value of label.

getValue

public Note getValue()
An attribute value.

Returns:
Attribute value in text format.


Copyright © 2007 PPonec. All Rights Reserved.