com.silverpeas.gallery.media
Class ExifProperty

java.lang.Object
  extended by com.silverpeas.gallery.media.ExifProperty
Direct Known Subclasses:
IptcProperty

public class ExifProperty
extends Object

Author:
ehugonnet

Constructor Summary
ExifProperty(int property)
           
 
Method Summary
 String getLabel()
           
 String getLabel(String lang)
           
 int getProperty()
           
 void setLabel(String lang, String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExifProperty

public ExifProperty(int property)
Method Detail

getProperty

public int getProperty()
Returns:
the property

getLabel

public String getLabel()
Returns:
the label

getLabel

public String getLabel(String lang)
Returns:
the label

setLabel

public void setLabel(String lang,
                     String label)
Parameters:
label - the label to set


Copyright © 2016 Silverpeas. All Rights Reserved.