Uses of Class
org.duracloud.syncui.domain.ConnectionState
-
Packages that use ConnectionState Package Description org.duracloud.syncui.domain -
-
Uses of ConnectionState in org.duracloud.syncui.domain
Methods in org.duracloud.syncui.domain that return ConnectionState Modifier and Type Method Description static ConnectionStateConnectionState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionState[]ConnectionState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-