Serialized Form


Package net.stff.ical.gui.struts.formbeans

Class net.stff.ical.gui.struts.formbeans.CommFormBean extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

method

java.lang.String method

bean

CommBean bean

Class net.stff.ical.gui.struts.formbeans.EditCalendarsBean extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

method

java.lang.String method

calname

java.lang.String calname

selected

java.lang.String selected

checked

boolean checked

color

java.lang.String color

newname

java.lang.String newname

Class net.stff.ical.gui.struts.formbeans.EventFormBean extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

method

java.lang.String method

iEvent

IEvent iEvent

cal

java.lang.String cal

Class net.stff.ical.gui.struts.formbeans.RecurrenceFormBean extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

repeats

boolean repeats

event

IEvent event

method

java.lang.String method

uid

java.lang.String uid

freq

java.util.Vector freq

monday

boolean monday

tuesday

boolean tuesday

wednesday

boolean wednesday

thursday

boolean thursday

friday

boolean friday

saturday

boolean saturday

sunday

boolean sunday

byday

java.lang.String byday

byMonthValue

java.lang.String byMonthValue

except

java.lang.String except

exceptToRemove

java.lang.String exceptToRemove


Package net.stff.ical.persistance.hibernate

Class net.stff.ical.persistance.hibernate.ICalInterceptor extends java.lang.Object implements Serializable


Package net.stff.ical.parser

Class net.stff.ical.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class net.stff.ical.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.



Copyright © 2004-2005 stoffwechsel development GbR. All Rights Reserved.