net.fortuna.ical4j.connector.dav.enums
public enum MediaType extends Enum<MediaType>
CalendarCollection
.Enum Constant and Description |
---|
ICALENDAR_2_0
iCalendar media type.
|
VCARD_4_0
vCard media type.
|
Modifier and Type | Method and Description |
---|---|
static MediaType |
findByContentTypeAndVersion(String contentType,
String version) |
String |
getContentType() |
String |
getVersion() |
static MediaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaType ICALENDAR_2_0
public static final MediaType VCARD_4_0
public static MediaType[] values()
for (MediaType c : MediaType.values()) System.out.println(c);
public static MediaType 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 getContentType()
public String getVersion()
Copyright © 2008-2013 Micronode. All Rights Reserved.