Enum Class BwEvent.ProxiedFieldIndex

java.lang.Object
java.lang.Enum<BwEvent.ProxiedFieldIndex>
org.bedework.calfacade.BwEvent.ProxiedFieldIndex
All Implemented Interfaces:
Serializable, Comparable<BwEvent.ProxiedFieldIndex>, Constable
Enclosing class:
BwEvent

public static enum BwEvent.ProxiedFieldIndex extends Enum<BwEvent.ProxiedFieldIndex>
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