Class Value

  • All Implemented Interfaces:
    java.io.Serializable

    public class Value
    extends java.lang.Object
    implements java.io.Serializable
    Class Value.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Value()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getContent()
      Returns the value of field 'content'.
      java.lang.String getType()
      Returns the value of field 'type'.
      void setContent​(java.lang.String content)
      Sets the value of field 'content'.
      void setType​(java.lang.String type)
      Sets the value of field 'type'.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Value

        public Value()
    • Method Detail

      • getContent

        public java.lang.String getContent()
        Returns the value of field 'content'. The field 'content' has the following description: internal content storage
        Returns:
        the value of field 'Content'.
      • getType

        public java.lang.String getType()
        Returns the value of field 'type'.
        Returns:
        the value of field 'Type'.
      • setContent

        public void setContent​(java.lang.String content)
        Sets the value of field 'content'. The field 'content' has the following description: internal content storage
        Parameters:
        content - the value of field 'content'.
      • setType

        public void setType​(java.lang.String type)
        Sets the value of field 'type'.
        Parameters:
        type - the value of field 'type'.