Uses of Class
com.github.euler.tika.metadata.NameCaseConverterMetadataOperation.Case
-
Packages that use NameCaseConverterMetadataOperation.Case Package Description com.github.euler.tika.metadata -
-
Uses of NameCaseConverterMetadataOperation.Case in com.github.euler.tika.metadata
Methods in com.github.euler.tika.metadata that return NameCaseConverterMetadataOperation.Case Modifier and Type Method Description static NameCaseConverterMetadataOperation.CaseNameCaseConverterMetadataOperation.Case. valueOf(String name)Returns the enum constant of this type with the specified name.static NameCaseConverterMetadataOperation.Case[]NameCaseConverterMetadataOperation.Case. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.github.euler.tika.metadata with parameters of type NameCaseConverterMetadataOperation.Case Constructor Description NameCaseConverterMetadataOperation(NameCaseConverterMetadataOperation.Case nameCase)
-