|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Metadata.DateType>
org.basex.build.fs.parser.Metadata.DateType
public static enum Metadata.DateType
Available xml data types for Metadata.DateField instances.
| Enum Constant Summary | |
|---|---|
date
xs:date. |
|
dateTime
xs:dateTime. |
|
gDay
xs:gDay. |
|
gMonth
xs:gMonth. |
|
gYear
xs:gYear. |
|
gYearMonth
xs:gYearMonth. |
|
time
xs:time. |
|
| Method Summary | |
|---|---|
byte[] |
get()
Returns the enum value as byte array. |
static Metadata.DateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Metadata.DateType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Metadata.DateType date
public static final Metadata.DateType time
public static final Metadata.DateType dateTime
public static final Metadata.DateType gDay
public static final Metadata.DateType gMonth
public static final Metadata.DateType gYear
public static final Metadata.DateType gYearMonth
| Method Detail |
|---|
public static Metadata.DateType[] values()
for (Metadata.DateType c : Metadata.DateType.values()) System.out.println(c);
public static Metadata.DateType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic byte[] get()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||