Uses of Class
fedora.utilities.FoxmlDocument.ControlGroup

Packages that use FoxmlDocument.ControlGroup
fedora.utilities   
 

Uses of FoxmlDocument.ControlGroup in fedora.utilities
 

Methods in fedora.utilities that return FoxmlDocument.ControlGroup
static FoxmlDocument.ControlGroup FoxmlDocument.ControlGroup.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FoxmlDocument.ControlGroup[] FoxmlDocument.ControlGroup.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.ControlGroup
 void FoxmlDocument.addDatastream(java.lang.String id, FoxmlDocument.State state, FoxmlDocument.ControlGroup controlGroup, boolean versionable)