Serialized Form
Package net.stff.ical.gui.struts.formbeans |
method
java.lang.String method
bean
CommBean bean
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
method
java.lang.String method
iEvent
IEvent iEvent
cal
java.lang.String cal
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 |
Package net.stff.ical.parser |
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.
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.