Liferay 6.1.2-ce-ga3

com.liferay.util
Class TimeZoneSensitive

java.lang.Object
  extended by net.fortuna.ical4j.model.Content
      extended by net.fortuna.ical4j.model.Property
          extended by net.fortuna.ical4j.model.property.XProperty
              extended by com.liferay.util.TimeZoneSensitive
All Implemented Interfaces:
Serializable, net.fortuna.ical4j.model.Escapable

public class TimeZoneSensitive
extends net.fortuna.ical4j.model.property.XProperty

See Also:
Serialized Form

Field Summary
static String PROPERTY_NAME
           
 
Fields inherited from class net.fortuna.ical4j.model.Property
ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZURL, UID, URL, VERSION
 
Constructor Summary
TimeZoneSensitive()
           
TimeZoneSensitive(net.fortuna.ical4j.model.ParameterList list, String value)
           
TimeZoneSensitive(String value)
           
 
Method Summary
 void setValue(boolean value)
           
 
Methods inherited from class net.fortuna.ical4j.model.property.XProperty
getValue, setValue, validate
 
Methods inherited from class net.fortuna.ical4j.model.Property
copy, equals, getName, getParameter, getParameters, getParameters, hashCode, isCalendarProperty, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPERTY_NAME

public static final String PROPERTY_NAME
See Also:
Constant Field Values
Constructor Detail

TimeZoneSensitive

public TimeZoneSensitive()

TimeZoneSensitive

public TimeZoneSensitive(net.fortuna.ical4j.model.ParameterList list,
                         String value)

TimeZoneSensitive

public TimeZoneSensitive(String value)
Method Detail

setValue

public void setValue(boolean value)

Liferay 6.1.2-ce-ga3