Uses of Enum Class
org.bedework.carddav.server.dirHandlers.db.DumpEntity.DumpType
Packages that use DumpEntity.DumpType
-
Uses of DumpEntity.DumpType in org.bedework.carddav.server.dirHandlers.db
Methods in org.bedework.carddav.server.dirHandlers.db that return DumpEntity.DumpTypeModifier and TypeMethodDescriptionstatic DumpEntity.DumpTypeReturns the enum constant of this class with the specified name.static DumpEntity.DumpType[]DumpEntity.DumpType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bedework.carddav.server.dirHandlers.db with parameters of type DumpEntity.DumpTypeModifier and TypeMethodDescriptionvoidDumpEntity.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.