public static enum VitroVocabulary.Precision extends Enum<VitroVocabulary.Precision>
| Enum Constant and Description |
|---|
DAY |
HOUR |
MINUTE |
MONTH |
NONE |
SECOND |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
String |
uri() |
static VitroVocabulary.Precision |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VitroVocabulary.Precision[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VitroVocabulary.Precision NONE
public static final VitroVocabulary.Precision YEAR
public static final VitroVocabulary.Precision MONTH
public static final VitroVocabulary.Precision DAY
public static final VitroVocabulary.Precision HOUR
public static final VitroVocabulary.Precision MINUTE
public static final VitroVocabulary.Precision SECOND
public static VitroVocabulary.Precision[] values()
for (VitroVocabulary.Precision c : VitroVocabulary.Precision.values()) System.out.println(c);
public static VitroVocabulary.Precision 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 uri()
Copyright © 2016. All rights reserved.