|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Metadata.DateField>
org.basex.build.fs.parser.Metadata.DateField
public static enum Metadata.DateField
Available metadata fields with data type date.
| Enum Constant Summary | |
|---|---|
DATE
Other date. |
|
DATE_ATTRIBUTE_MODIFIED
Date of the last change made to a metadata attribute. |
|
DATE_CONTENT_MODIFIED
Date of the last change made to the content. |
|
DATE_CREATED
Date when the content was created. |
|
DATE_LAST_USED
Date of the last usage. |
|
| Method Summary | |
|---|---|
byte[] |
get()
Returns the enum value as byte array. |
static Metadata.DateField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Metadata.DateField[] |
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.DateField DATE_ATTRIBUTE_MODIFIED
public static final Metadata.DateField DATE_CONTENT_MODIFIED
public static final Metadata.DateField DATE_LAST_USED
public static final Metadata.DateField DATE_CREATED
public static final Metadata.DateField DATE
| Method Detail |
|---|
public static Metadata.DateField[] values()
for (Metadata.DateField c : Metadata.DateField.values()) System.out.println(c);
public static Metadata.DateField 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 | |||||||||