Uses of Class
org.bedework.carddav.server.dirHandlers.db.DumpEntity.DumpType
-
Packages that use DumpEntity.DumpType Package Description org.bedework.carddav.server.dirHandlers.db -
-
Uses of DumpEntity.DumpType in org.bedework.carddav.server.dirHandlers.db
Methods in org.bedework.carddav.server.dirHandlers.db that return DumpEntity.DumpType Modifier and Type Method Description static DumpEntity.DumpTypeDumpEntity.DumpType. valueOf(String name)Returns the enum constant of this type with the specified name.static DumpEntity.DumpType[]DumpEntity.DumpType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bedework.carddav.server.dirHandlers.db with parameters of type DumpEntity.DumpType Modifier and Type Method Description voidDumpEntity. dump(org.bedework.util.xml.XmlEmit xml, DumpEntity.DumpType dtype)Dump this entity as xml.voidDumpEntity. dump(org.bedework.util.xml.XmlEmit xml, DumpEntity.DumpType dtype, boolean fromCollection)Dump this entity as xml.
-