Uses of Class
edu.cornell.mannlib.vitro.webapp.dao.VitroVocabulary.Precision
-
Packages that use VitroVocabulary.Precision Package Description edu.cornell.mannlib.vitro.webapp.dao edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo -
-
Uses of VitroVocabulary.Precision in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return VitroVocabulary.Precision Modifier and Type Method Description static VitroVocabulary.PrecisionVitroVocabulary.Precision. valueOf(String name)Returns the enum constant of this type with the specified name.static VitroVocabulary.Precision[]VitroVocabulary.Precision. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VitroVocabulary.Precision in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo that return VitroVocabulary.Precision Modifier and Type Method Description VitroVocabulary.PrecisionDateTimeWithPrecisionVTwo. getRequiredMinimumPrecision()static VitroVocabulary.PrecisionDateTimeWithPrecisionVTwo. toPrecision(String precisionUri)Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo with parameters of type VitroVocabulary.Precision Modifier and Type Method Description voidDateTimeWithPrecisionVTwo. setRequiredMinimumPrecision(VitroVocabulary.Precision requiredMinimumPrecision)Constructors in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo with parameters of type VitroVocabulary.Precision Constructor Description DateTimeWithPrecisionVTwo(FieldVTwo field, VitroVocabulary.Precision minimumPrecision)
-