public static enum PropertyIndex.PropertyInfoIndex extends Enum<PropertyIndex.PropertyInfoIndex>
| Enum Constant and Description |
|---|
ACCEPT_RESPONSE
accept-response
|
ACL
ACL
|
ACTION
Alarm only: action
|
ADDRESS
------------------------ locations -----------
|
AFFECTS_FREE_BUSY |
ALIAS_URI |
ATTACH
Multi-valued attachment
|
ATTENDEE
attendee
|
ATTENDEE_SCHEDULING_OBJECT |
BUSYTYPE |
CALSCALE
Transparency
|
CALTYPE |
CATEGORIES
String names
|
CLASS
classification
|
CN
------------------------ contacts -----------
|
COL_PROPERTIES |
COLLECTION
non ical
|
COLPATH
path to containing collection
|
COMMENT
String comment
|
COMPLETED
date/date-time completed
|
CONTACT
String contact
|
COST
non ical
|
CREATED
UTC datetime
|
CREATOR
non ical
|
CTAG
non ical
|
CTOKEN
non ical
|
DBID |
DELETED
non ical
|
DESCRIPTION
long description
|
DISPLAY |
DOCTYPE |
DTEND
Event only: end date
|
DTSTAMP
date stamp
|
DTSTART
start date/time
|
DUE
tod-: due time
|
DURATION
Duration of event/task etc
|
EMAIL |
END_TYPE
non ical
|
ENTITY_TYPE
non ical
|
ETAG
non ical
|
EVENTREG_END |
EVENTREG_MAX_TICKETS |
EVENTREG_MAX_TICKETS_PER_USER |
EVENTREG_START |
EXDATE
Exception date
|
EXRULE
Exception rule
|
FILTER_EXPR |
FLOATING
date/time - floating true/false
|
FREEBUSY |
GEO
Geographic location
|
HREF
non ical
|
IGNORE_TRANSP |
IMAGE |
INDEX_END
date/time utc value
|
INDEX_START
date/time utc value
|
INSTANCE |
LANG |
LAST_ETAG |
LAST_MODIFIED
UTC
|
LAST_REFRESH |
LAST_REFRESH_STATUS |
LOCAL
date/time - local
|
LOCATION
simple location value
|
LOCATION_STR
location string value for the indexer
|
LOCATION_UID
location uid - saved in the index
|
MASTER |
METHOD
Transparency
|
NAME
name of entity
|
NO_START
Is start present?
|
ORGANIZER
meeting organizer
|
ORGANIZER_SCHEDULING_OBJECT |
ORIGINATOR |
OVERRIDE |
OWNER
non ical
|
PARAMETERS |
PERCENT_COMPLETE
% complete
|
PHONE |
POLL_ITEM
Poll-item
|
POLL_ITEM_ID
Poll-item-id
|
POLL_MODE
Poll-mode
|
POLL_PROPERTIES
Poll-properties
|
POLL_WINNER
Poll-winner
|
PRIORITY
Priority
|
PRODID
Transparency
|
PUBLIC |
PUBLISH_URL
A (shorter?) url used to reference the entity
|
RDATE
recurrence date/time
|
RECIPIENT |
RECURRENCE_ID
recurrenceId
|
RECURRING |
REFRESH_RATE |
RELATED_TO
Establish relationship
|
RELEVANCE
Special term for sorts
|
REMOTE_ID |
REMOTE_PW |
REPEAT
Alarm: repeat time
|
REQUEST_STATUS
Itip
|
RESOURCES
names of resources
|
RRULE
recurrence rule
|
SCHEDULE_METHOD
schedule method
|
SCHEDULE_STATE |
SCHEDULE_TAG
schedule tag
|
SEQUENCE
itip sequence #
|
STATUS
Event/task status
|
SUBADDRESS |
SUGGESTED_TO |
SUMMARY
short summary
|
TARGET |
THUMBIMAGE
Temp - we should do this as a type of image
|
TOPICAL_AREA |
TRANSP
Transparency
|
TRIGGER
Alarm trigger
|
TRIGGER_DATE_TIME |
TZID |
TZIDPAR |
TZNAME |
TZOFFSETFROM |
TZOFFSETTO |
TZURL |
UID
Unique id
|
UNKNOWN_PROPERTY |
UNREMOVEABLE |
URI
link to some related resource
|
URL
link to some related resource
|
UTC
date/time utc value
|
VALARM
treat VALARM sub-component as a property
|
VALUE |
VERSION
Transparency
|
VIEW
View - only appears in unparsed/unresolved fexpr
|
VOTE
vote component
|
VOTER
attendee
|
VPATH
Virtual path - only appears in unparsed/unresolved fexpr
|
VVOTER
vvoter component
|
X_BEDEWORK_CATEGORIES |
X_BEDEWORK_CONTACT
Moved String contact
|
X_BEDEWORK_LOCATION
moved simple location value
|
XBEDEWORK_COST
Cost
|
XPROP
treat x-properties as a single multi-valued property
|
| Modifier and Type | Method and Description |
|---|---|
static PropertyIndex.PropertyInfoIndex |
fromName(String pname)
Property names can have "-" in them.
|
static PropertyIndex.PropertyInfoIndex |
fromXmlClass(Class cl)
get the index given the XML class
|
boolean |
getAlarmProperty()
True if it's an alarm property
|
boolean |
getAvailableProperty()
True if it's an available property
|
boolean |
getDbMultiValued()
May need some elaboration - this is for the db
|
boolean |
getEventProperty()
True if it's an event property
|
boolean |
getFreeBusyProperty()
True if it's a freebusy property
|
boolean |
getImmutable()
True if it's immutable
|
boolean |
getJournalProperty()
True if it's a journal property
|
boolean |
getMultiValued()
May need some elaboration - this is for the standard
|
boolean |
getParam()
True if it's a parameter
|
PropertyIndex.DataType |
getPtype()
get the property type
|
QName |
getQname()
get the qname
|
boolean |
getTimezoneProperty()
True if it's a timezone property
|
boolean |
getTodoProperty()
True if it's a todo property
|
boolean |
getVavailabilityProperty()
True if it's a vavailability property
|
boolean |
getVcalendarProperty()
True if it's a vcalendar property
|
boolean |
getVpollProperty()
True if it's a vpoll property
|
Class |
getXmlClass()
get the XML class
|
static PropertyIndex.PropertyInfoIndex |
lookupQname(QName val)
get the index given the qname
|
static PropertyIndex.PropertyInfoIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyIndex.PropertyInfoIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyIndex.PropertyInfoIndex UNKNOWN_PROPERTY
public static final PropertyIndex.PropertyInfoIndex ACTION
public static final PropertyIndex.PropertyInfoIndex ATTACH
public static final PropertyIndex.PropertyInfoIndex ATTENDEE
public static final PropertyIndex.PropertyInfoIndex BUSYTYPE
public static final PropertyIndex.PropertyInfoIndex CATEGORIES
public static final PropertyIndex.PropertyInfoIndex X_BEDEWORK_CATEGORIES
public static final PropertyIndex.PropertyInfoIndex CLASS
public static final PropertyIndex.PropertyInfoIndex COMMENT
public static final PropertyIndex.PropertyInfoIndex COMPLETED
public static final PropertyIndex.PropertyInfoIndex CONTACT
public static final PropertyIndex.PropertyInfoIndex X_BEDEWORK_CONTACT
public static final PropertyIndex.PropertyInfoIndex CREATED
public static final PropertyIndex.PropertyInfoIndex DESCRIPTION
public static final PropertyIndex.PropertyInfoIndex DTEND
public static final PropertyIndex.PropertyInfoIndex DTSTAMP
public static final PropertyIndex.PropertyInfoIndex DTSTART
public static final PropertyIndex.PropertyInfoIndex DUE
public static final PropertyIndex.PropertyInfoIndex DURATION
public static final PropertyIndex.PropertyInfoIndex EXDATE
public static final PropertyIndex.PropertyInfoIndex EXRULE
public static final PropertyIndex.PropertyInfoIndex FREEBUSY
public static final PropertyIndex.PropertyInfoIndex GEO
public static final PropertyIndex.PropertyInfoIndex LAST_MODIFIED
public static final PropertyIndex.PropertyInfoIndex LOCATION
public static final PropertyIndex.PropertyInfoIndex X_BEDEWORK_LOCATION
public static final PropertyIndex.PropertyInfoIndex ORGANIZER
public static final PropertyIndex.PropertyInfoIndex PERCENT_COMPLETE
public static final PropertyIndex.PropertyInfoIndex PRIORITY
public static final PropertyIndex.PropertyInfoIndex PUBLISH_URL
public static final PropertyIndex.PropertyInfoIndex RDATE
public static final PropertyIndex.PropertyInfoIndex RECURRENCE_ID
public static final PropertyIndex.PropertyInfoIndex RELATED_TO
public static final PropertyIndex.PropertyInfoIndex REPEAT
public static final PropertyIndex.PropertyInfoIndex REQUEST_STATUS
public static final PropertyIndex.PropertyInfoIndex RESOURCES
public static final PropertyIndex.PropertyInfoIndex RRULE
public static final PropertyIndex.PropertyInfoIndex SEQUENCE
public static final PropertyIndex.PropertyInfoIndex STATUS
public static final PropertyIndex.PropertyInfoIndex SUMMARY
public static final PropertyIndex.PropertyInfoIndex TRIGGER
public static final PropertyIndex.PropertyInfoIndex TRANSP
public static final PropertyIndex.PropertyInfoIndex TZID
public static final PropertyIndex.PropertyInfoIndex TZNAME
public static final PropertyIndex.PropertyInfoIndex TZOFFSETFROM
public static final PropertyIndex.PropertyInfoIndex TZOFFSETTO
public static final PropertyIndex.PropertyInfoIndex TZURL
public static final PropertyIndex.PropertyInfoIndex UID
public static final PropertyIndex.PropertyInfoIndex URL
public static final PropertyIndex.PropertyInfoIndex XPROP
public static final PropertyIndex.PropertyInfoIndex ACCEPT_RESPONSE
public static final PropertyIndex.PropertyInfoIndex POLL_WINNER
public static final PropertyIndex.PropertyInfoIndex POLL_ITEM_ID
public static final PropertyIndex.PropertyInfoIndex POLL_ITEM
public static final PropertyIndex.PropertyInfoIndex VVOTER
public static final PropertyIndex.PropertyInfoIndex VOTE
public static final PropertyIndex.PropertyInfoIndex POLL_MODE
public static final PropertyIndex.PropertyInfoIndex POLL_PROPERTIES
public static final PropertyIndex.PropertyInfoIndex VOTER
public static final PropertyIndex.PropertyInfoIndex COLLECTION
public static final PropertyIndex.PropertyInfoIndex COST
public static final PropertyIndex.PropertyInfoIndex CREATOR
public static final PropertyIndex.PropertyInfoIndex DELETED
public static final PropertyIndex.PropertyInfoIndex END_TYPE
public static final PropertyIndex.PropertyInfoIndex ETAG
public static final PropertyIndex.PropertyInfoIndex ENTITY_TYPE
public static final PropertyIndex.PropertyInfoIndex HREF
public static final PropertyIndex.PropertyInfoIndex OWNER
public static final PropertyIndex.PropertyInfoIndex VALARM
public static final PropertyIndex.PropertyInfoIndex LANG
public static final PropertyIndex.PropertyInfoIndex TZIDPAR
public static final PropertyIndex.PropertyInfoIndex XBEDEWORK_COST
public static final PropertyIndex.PropertyInfoIndex CALSCALE
public static final PropertyIndex.PropertyInfoIndex METHOD
public static final PropertyIndex.PropertyInfoIndex PRODID
public static final PropertyIndex.PropertyInfoIndex VERSION
public static final PropertyIndex.PropertyInfoIndex ACL
public static final PropertyIndex.PropertyInfoIndex AFFECTS_FREE_BUSY
public static final PropertyIndex.PropertyInfoIndex ALIAS_URI
public static final PropertyIndex.PropertyInfoIndex ATTENDEE_SCHEDULING_OBJECT
public static final PropertyIndex.PropertyInfoIndex CALTYPE
public static final PropertyIndex.PropertyInfoIndex COL_PROPERTIES
public static final PropertyIndex.PropertyInfoIndex COLPATH
public static final PropertyIndex.PropertyInfoIndex CTAG
public static final PropertyIndex.PropertyInfoIndex CTOKEN
public static final PropertyIndex.PropertyInfoIndex DBID
public static final PropertyIndex.PropertyInfoIndex DISPLAY
public static final PropertyIndex.PropertyInfoIndex DOCTYPE
public static final PropertyIndex.PropertyInfoIndex EVENTREG_END
public static final PropertyIndex.PropertyInfoIndex EVENTREG_MAX_TICKETS
public static final PropertyIndex.PropertyInfoIndex EVENTREG_MAX_TICKETS_PER_USER
public static final PropertyIndex.PropertyInfoIndex EVENTREG_START
public static final PropertyIndex.PropertyInfoIndex FILTER_EXPR
public static final PropertyIndex.PropertyInfoIndex LOCAL
public static final PropertyIndex.PropertyInfoIndex FLOATING
public static final PropertyIndex.PropertyInfoIndex IGNORE_TRANSP
public static final PropertyIndex.PropertyInfoIndex IMAGE
public static final PropertyIndex.PropertyInfoIndex INDEX_END
public static final PropertyIndex.PropertyInfoIndex INDEX_START
public static final PropertyIndex.PropertyInfoIndex INSTANCE
public static final PropertyIndex.PropertyInfoIndex LAST_ETAG
public static final PropertyIndex.PropertyInfoIndex LAST_REFRESH
public static final PropertyIndex.PropertyInfoIndex LAST_REFRESH_STATUS
public static final PropertyIndex.PropertyInfoIndex LOCATION_UID
public static final PropertyIndex.PropertyInfoIndex LOCATION_STR
public static final PropertyIndex.PropertyInfoIndex MASTER
public static final PropertyIndex.PropertyInfoIndex NAME
public static final PropertyIndex.PropertyInfoIndex ORGANIZER_SCHEDULING_OBJECT
public static final PropertyIndex.PropertyInfoIndex ORIGINATOR
public static final PropertyIndex.PropertyInfoIndex OVERRIDE
public static final PropertyIndex.PropertyInfoIndex PUBLIC
public static final PropertyIndex.PropertyInfoIndex RECIPIENT
public static final PropertyIndex.PropertyInfoIndex RECURRING
public static final PropertyIndex.PropertyInfoIndex REFRESH_RATE
public static final PropertyIndex.PropertyInfoIndex REMOTE_ID
public static final PropertyIndex.PropertyInfoIndex REMOTE_PW
public static final PropertyIndex.PropertyInfoIndex SCHEDULE_METHOD
public static final PropertyIndex.PropertyInfoIndex SCHEDULE_STATE
public static final PropertyIndex.PropertyInfoIndex SCHEDULE_TAG
public static final PropertyIndex.PropertyInfoIndex SUGGESTED_TO
public static final PropertyIndex.PropertyInfoIndex TARGET
public static final PropertyIndex.PropertyInfoIndex THUMBIMAGE
public static final PropertyIndex.PropertyInfoIndex TOPICAL_AREA
public static final PropertyIndex.PropertyInfoIndex TRIGGER_DATE_TIME
public static final PropertyIndex.PropertyInfoIndex UNREMOVEABLE
public static final PropertyIndex.PropertyInfoIndex UTC
public static final PropertyIndex.PropertyInfoIndex VPATH
public static final PropertyIndex.PropertyInfoIndex VIEW
public static final PropertyIndex.PropertyInfoIndex PARAMETERS
public static final PropertyIndex.PropertyInfoIndex NO_START
public static final PropertyIndex.PropertyInfoIndex RELEVANCE
public static final PropertyIndex.PropertyInfoIndex URI
public static final PropertyIndex.PropertyInfoIndex VALUE
public static final PropertyIndex.PropertyInfoIndex CN
public static final PropertyIndex.PropertyInfoIndex EMAIL
public static final PropertyIndex.PropertyInfoIndex PHONE
public static final PropertyIndex.PropertyInfoIndex ADDRESS
public static final PropertyIndex.PropertyInfoIndex SUBADDRESS
public static PropertyIndex.PropertyInfoIndex[] values()
for (PropertyIndex.PropertyInfoIndex c : PropertyIndex.PropertyInfoIndex.values()) System.out.println(c);
public static PropertyIndex.PropertyInfoIndex valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static PropertyIndex.PropertyInfoIndex fromName(String pname)
pname - - any casepublic QName getQname()
public Class getXmlClass()
public PropertyIndex.DataType getPtype()
public boolean getMultiValued()
public boolean getDbMultiValued()
public boolean getParam()
public boolean getImmutable()
public boolean getVcalendarProperty()
public boolean getEventProperty()
public boolean getTodoProperty()
public boolean getJournalProperty()
public boolean getFreeBusyProperty()
public boolean getTimezoneProperty()
public boolean getAlarmProperty()
public boolean getVavailabilityProperty()
public boolean getAvailableProperty()
public boolean getVpollProperty()
public static PropertyIndex.PropertyInfoIndex fromXmlClass(Class cl)
cl - - classpublic static PropertyIndex.PropertyInfoIndex lookupQname(QName val)
val - the qnameCopyright © 2016 Bedework. All rights reserved.