fleXplorer.Types
Class FacetsType

java.lang.Object
  extended by fleXplorer.Types.FacetsType
Direct Known Subclasses:
DateType, IntegerType, IntervalType, StringType

public abstract class FacetsType
extends java.lang.Object

A Generic Type that describes all types of terms.

Version:
1.0
Author:
Nikos Armenatzoglou

Constructor Summary
FacetsType()
           
 
Method Summary
abstract  java.lang.Object getValue()
          Returns the value of the term as Object.
abstract  java.lang.String getValueAsString()
          Returns the String representation of the value of term.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacetsType

public FacetsType()
Method Detail

getValue

public abstract java.lang.Object getValue()
Returns the value of the term as Object.

Returns:
the value of the term as Object.

getValueAsString

public abstract java.lang.String getValueAsString()
Returns the String representation of the value of term.

Returns:
the String representation of the value of term.