Module ical4j.core

Class Value

All Implemented Interfaces:
Serializable, Comparable<Parameter>, Encodable

public class Value extends Parameter implements Encodable
$Id$ [18-Apr-2004] Defines a Value Data Type parameter.
See Also:
  • Field Details

    • BINARY

      public static final Value BINARY
      Binary value type.
    • BOOLEAN

      public static final Value BOOLEAN
      Boolean value type.
    • CAL_ADDRESS

      public static final Value CAL_ADDRESS
      Calendar address value type.
    • DATE

      public static final Value DATE
      Date value type.
    • DATE_TIME

      public static final Value DATE_TIME
      Date-time value type.
    • DURATION

      public static final Value DURATION
      Duration value type.
    • FLOAT

      public static final Value FLOAT
      Float value type.
    • INTEGER

      public static final Value INTEGER
      Integer value type.
    • PERIOD

      public static final Value PERIOD
      Period value type.
    • RECUR

      public static final Value RECUR
      Recurrence value type.
    • TEXT

      public static final Value TEXT
      Text value type.
    • TIME

      public static final Value TIME
      Time value type.
    • URI

      public static final Value URI
      URI value type.
    • UTC_OFFSET

      public static final Value UTC_OFFSET
      UTC offset value type.
    • UID

      public static final Value UID
    • XML_REFERENCE

      public static final Value XML_REFERENCE
  • Constructor Details

    • Value

      public Value(String aValue)
      Parameters:
      aValue - a string representation of a value data type
  • Method Details

    • getValue

      public final String getValue()
      Specified by:
      getValue in class Content
      Returns:
      the content value