Uses of Class
org.fcrepo.migration.validator.impl.F3SourceTypes
-
Packages that use F3SourceTypes Package Description org.fcrepo.migration.validator.impl -
-
Uses of F3SourceTypes in org.fcrepo.migration.validator.impl
Methods in org.fcrepo.migration.validator.impl that return F3SourceTypes Modifier and Type Method Description F3SourceTypesFedora3ValidationConfig. getSourceType()static F3SourceTypesF3SourceTypes. toType(String v)static F3SourceTypesF3SourceTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static F3SourceTypes[]F3SourceTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fcrepo.migration.validator.impl with parameters of type F3SourceTypes Modifier and Type Method Description voidFedora3ValidationConfig. setSourceType(F3SourceTypes sourceType)
-