Uses of Class
fedora.utilities.FoxmlDocument.Property

Packages that use FoxmlDocument.Property
fedora.utilities   
 

Uses of FoxmlDocument.Property in fedora.utilities
 

Methods in fedora.utilities that return FoxmlDocument.Property
static FoxmlDocument.Property FoxmlDocument.Property.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FoxmlDocument.Property[] FoxmlDocument.Property.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.Property
 void FoxmlDocument.addObjectProperty(FoxmlDocument.Property name, java.lang.String value)