fleXplorer.Types
Class StringType

java.lang.Object
  extended by fleXplorer.Types.FacetsType
      extended by fleXplorer.Types.StringType

public class StringType
extends FacetsType

Version:
1.0
Author:
Nikos Armenatzoglou

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

Constructor Detail

StringType

public StringType(java.lang.String value)
Constructs a String value.

Parameters:
value - the String value.
Method Detail

getValue

public java.lang.String getValue()
Returns the value as String.

Specified by:
getValue in class FacetsType
Returns:
the value as String.

getValueAsString

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

Specified by:
getValueAsString in class FacetsType
Returns:
the String representation of the value.