Uses of Class
fedora.utilities.FoxmlDocument.State

Packages that use FoxmlDocument.State
fedora.utilities   
 

Uses of FoxmlDocument.State in fedora.utilities
 

Methods in fedora.utilities that return FoxmlDocument.State
static FoxmlDocument.State FoxmlDocument.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FoxmlDocument.State[] FoxmlDocument.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fedora.utilities with parameters of type FoxmlDocument.State
 void FoxmlDocument.addDatastream(java.lang.String id, FoxmlDocument.State state, FoxmlDocument.ControlGroup controlGroup, boolean versionable)