Uses of Class
org.fcrepo.migration.validator.impl.F3State
-
Packages that use F3State Package Description org.fcrepo.migration.validator.impl -
-
Uses of F3State in org.fcrepo.migration.validator.impl
Methods in org.fcrepo.migration.validator.impl that return F3State Modifier and Type Method Description static F3StateF3State. fromProperty(org.fcrepo.migration.ObjectProperty property)Create a F3State from an ObjectPropertystatic F3StateF3State. fromString(String state)Create a F3State from a Stringstatic F3StateF3State. valueOf(String name)Returns the enum constant of this type with the specified name.static F3State[]F3State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-