Package org.bedework.calfacade
Enum Class BwEvent.ProxiedFieldIndex
- All Implemented Interfaces:
Serializable,Comparable<BwEvent.ProxiedFieldIndex>,Constable
- Enclosing class:
- BwEvent
This enum is used by annotations to index into a String containing T/F
characters indication the absence or presence of an override value.
This is needed to flag an override setting a value to null as distinct from no override value.
DO NOT ALTER THE ORDER OF THESE. The annotation processor will flag any absent values.
- Author:
- Mike Douglass
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription4003010502058 -
Method Summary
Modifier and TypeMethodDescriptionstatic BwEvent.ProxiedFieldIndexReturns the enum constant of this class with the specified name.static BwEvent.ProxiedFieldIndex[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
pfiEntityType
0 -
pfiName
-
pfiClassification
-
pfiLink
-
pfiGeo
-
pfiDeleted
-
pfiStatus
-
pfiCost
-
pfiOrganizer
-
pfiDtstamp
-
pfiLastmod
10 -
pfiCreated
-
pfiPriority
-
pfiSequence
-
pfiLocation
-
pfiUid
-
pfiTransparency
-
pfiPercentComplete
-
pfiCompleted
-
pfiScheduleMethod
-
pfiOriginator
20 -
pfiScheduleState
-
pfiRelatedTo
-
pfiXproperties
-
pfiRequestStatuses
-
pfiRecurring
-
pfiRecurrenceId
-
pfiRrules
-
pfiExrules
-
pfiRdates
-
pfiExdates
30 -
pfiLatestDate
-
pfiExpanded
-
pfiDtstart
-
pfiDtend
-
pfiEndType
-
pfiDuration
-
pfiNoStart
-
pfiAlarms
-
pfiAttachments
-
pfiAttendees
40 -
pfiRecipients
-
pfiCategories
-
pfiComments
-
pfiContacts
-
pfiDescriptions
-
pfiResources
-
pfiSummaries
-
pfiStag
-
pfiTombstoned
-
pfiOrganizerSchedulingObject
50 -
pfiAttendeeSchedulingObject
-
pfiCtoken
-
pfiPollItemId
-
pfiPollMode
-
pfiPollProperties
-
pfiPollAcceptResponse
-
pfiPollCandidate
-
pfiPollWinner
58
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-