public static enum InlineHttpTransport.DateTimeType extends Enum<InlineHttpTransport.DateTimeType>
| Modifier and Type | Method and Description |
|---|---|
SimpleDateFormat |
getFormat() |
static InlineHttpTransport.DateTimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InlineHttpTransport.DateTimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InlineHttpTransport.DateTimeType DATE
public static final InlineHttpTransport.DateTimeType DATETIME
public static InlineHttpTransport.DateTimeType[] values()
for (InlineHttpTransport.DateTimeType c : InlineHttpTransport.DateTimeType.values()) System.out.println(c);
public static InlineHttpTransport.DateTimeType 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 SimpleDateFormat getFormat()
Copyright © 2003-2015 The Sakai Foundation. All Rights Reserved.