com.sun.syndication.feed.module.sle.types
Interface EntryValue

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable
All Known Implementing Classes:
DateValue, NumberValue, StringValue

public interface EntryValue
extends java.io.Serializable, java.lang.Cloneable

An interface that parents data types for sorting and grouping.

Author:
Robert "kebernet" Cooper

Method Summary
 java.lang.String getElement()
          Returns the name of the element.
 java.lang.String getLabel()
          Returns a label for the element.
 org.jdom.Namespace getNamespace()
          Returns the namespace of the element.
 java.lang.Comparable getValue()
          Returns the value of the element.
 

Method Detail

getElement

java.lang.String getElement()
Returns the name of the element.

Returns:
Returns the name of the element.

getLabel

java.lang.String getLabel()
Returns a label for the element.

Returns:
Returns a label for the element.

getValue

java.lang.Comparable getValue()
Returns the value of the element.

Returns:
Returns the value of the element.

getNamespace

org.jdom.Namespace getNamespace()
Returns the namespace of the element.

Returns:
Returns the namespace of the element.


Copyright © 2006-2009. All Rights Reserved.