Uses of Class
org.bedework.caldav.server.PropertyHandler.PropertyType
-
Packages that use PropertyHandler.PropertyType Package Description org.bedework.caldav.server org.bedework.caldav.server.sysinterface -
-
Uses of PropertyHandler.PropertyType in org.bedework.caldav.server
Methods in org.bedework.caldav.server that return PropertyHandler.PropertyType Modifier and Type Method Description static PropertyHandler.PropertyTypePropertyHandler.PropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyHandler.PropertyType[]PropertyHandler.PropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertyHandler.PropertyType in org.bedework.caldav.server.sysinterface
Methods in org.bedework.caldav.server.sysinterface with parameters of type PropertyHandler.PropertyType Modifier and Type Method Description PropertyHandlerSysIntf. getPropertyHandler(PropertyHandler.PropertyType ptype)Get a property handler
-