net.fortuna.ical4j.connector.dav.enums
public enum ResourceType extends Enum<ResourceType>
Enum Constant and Description |
---|
ADRESSBOOK |
CALENDAR |
CALENDAR_PROXY_READ |
CALENDAR_PROXY_WRITE |
COLLECTION |
DROPBOX_HOME |
FREE_BUSY_URL |
NOTIFICATION |
SCHEDULE_INBOX |
SCHEDULE_OUTBOX |
SHARE_OWNER |
SUBSCRIBED |
Modifier and Type | Method and Description |
---|---|
String |
description() |
static ArrayList<String> |
descriptions() |
static ResourceType |
findByDescription(String value) |
static ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceType CALENDAR
public static final ResourceType FREE_BUSY_URL
public static final ResourceType SCHEDULE_OUTBOX
public static final ResourceType NOTIFICATION
public static final ResourceType DROPBOX_HOME
public static final ResourceType CALENDAR_PROXY_WRITE
public static final ResourceType CALENDAR_PROXY_READ
public static final ResourceType SHARE_OWNER
public static final ResourceType ADRESSBOOK
public static final ResourceType SUBSCRIBED
public static final ResourceType COLLECTION
public static final ResourceType SCHEDULE_INBOX
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static ResourceType 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 String description()
public static ResourceType findByDescription(String value)
Copyright © 2008-2013 Micronode. All Rights Reserved.