Uses of Class
org.duracloud.common.changenotifier.NotifierType
-
Packages that use NotifierType Package Description org.duracloud.common.changenotifier -
-
Uses of NotifierType in org.duracloud.common.changenotifier
Methods in org.duracloud.common.changenotifier that return NotifierType Modifier and Type Method Description static NotifierTypeNotifierType. fromString(String t)Returns the NotifierType from a string value.static NotifierTypeNotifierType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotifierType[]NotifierType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-