Uses of Class
org.jdesktop.beansbinding.Binding.SyncFailureType
-
Packages that use Binding.SyncFailureType Package Description org.jdesktop.beansbinding -
-
Uses of Binding.SyncFailureType in org.jdesktop.beansbinding
Methods in org.jdesktop.beansbinding that return Binding.SyncFailureType Modifier and Type Method Description Binding.SyncFailureTypeBinding.SyncFailure. getType()Returns the type of failure.static Binding.SyncFailureTypeBinding.SyncFailureType. valueOf(String name)Returns the enum constant of this type with the specified name.static Binding.SyncFailureType[]Binding.SyncFailureType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-