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 EnumProperty
          Parent class for properties that have a defined set of acceptable values (for example, Action).
 class Location
           Defines the physical location of an event.
 class Method
           Specifies the value of the Content-Type "method" parameter if the iCalendar object 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, such as a to-do task being in a "completed" state.
 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 a traditional, non-standard name for a timezone observance (for example, "Eastern Standard Time" for standard time on 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.