Uses of Class
biweekly.property.TextProperty

Packages that use TextProperty
biweekly.property   
biweekly.property.marshaller   
 

Uses of TextProperty in biweekly.property
 

Subclasses of TextProperty in biweekly.property
 class Action
           Defines the type of action to invoke when an alarm is triggered.
 class Attendee
           Defines an attendee (such as a person attending an event).
 class CalendarScale
           Specifies the calendar system that this iCalendar object uses.
 class Classification
           Defines the level of sensitivity of the iCalendar data.
 class Comment
          Defines a free-text comment to be read by the user.
 class Contact
          Defines contact information for a person or other entity (for example, the name of a business and its phone number).
 class Description
          A detailed description of the component that this property belongs to.
 class Location
          Defines the physical location of an event.
 class Method
          Specifies the value of the Content-Type "method" parameter if the iCal is defined as a MIME message entity.
 class Organizer
           Defines an organizer.
 class ProductId
          Identifies the application that created the iCalendar object.
 class RelatedTo
          Defines a relationship between the component that this property belongs to and another component.
 class Status
          Defines the status of the component that this property belongs to.
 class Summary
          Defines a short, one line summary of the component that this property belongs to.
 class TimezoneId
          Defines a unique identifier for a VTimezone component.
 class TimezoneName
          Defines the traditional, non-standard name for a timezone (for example, "EST" for the US east coast).
 class TimezoneUrl
          Defines a URL that points to an iCalendar object that contains further information on a timezone.
 class Transparency
           Defines whether an event is visible to free/busy time searches.
 class Uid
           Defines a unique identifier for a component.
 class Url
          Points to a resource that contains additional information about a component.
 

Uses of TextProperty in biweekly.property.marshaller
 

Classes in biweekly.property.marshaller with type parameters of type TextProperty
 class TextPropertyMarshaller<T extends TextProperty>
          Marshals properties that have text values.
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.