|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Property
net.fortuna.ical4j.model.property.Region
public class Region
Defines a REGION iCalendar component property.
| Field Summary |
|---|
| Fields inherited from class net.fortuna.ical4j.model.Property |
|---|
ACTION, ATTACH, ATTENDEE, 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 | |
|---|---|
Region()
Default constructor. |
|
Region(ParameterList aList,
java.lang.String aValue)
|
|
Region(java.lang.String aValue)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
|
void |
setValue(java.lang.String aValue)
Sets the current value of the property. |
void |
validate()
Perform validation on a property. |
| Methods inherited from class net.fortuna.ical4j.model.Property |
|---|
copy, equals, getName, getParameter, getParameters, getParameters, hashCode, isCalendarProperty, isComponentProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Region()
public Region(java.lang.String aValue)
aValue - a value string for this component
public Region(ParameterList aList,
java.lang.String aValue)
aList - a list of parameters for this componentaValue - a value string for this component| Method Detail |
|---|
public final void validate()
throws ValidationException
Property
validate in class PropertyValidationException - where the property is not in a valid stateProperty.validate()public final void setValue(java.lang.String aValue)
Property
setValue in class PropertyaValue - a string representation of the property valuepublic final java.lang.String getValue()
getValue in class Property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||