Uses of Class
org.ow2.frascati.remote.introspection.resources.BindingKind

Packages that use BindingKind
org.ow2.frascati.remote.introspection.resources   
 

Uses of BindingKind in org.ow2.frascati.remote.introspection.resources
 

Fields in org.ow2.frascati.remote.introspection.resources declared as BindingKind
protected  BindingKind Binding.kind
           
 

Methods in org.ow2.frascati.remote.introspection.resources that return BindingKind
static BindingKind BindingKind.fromValue(String v)
           
 BindingKind Binding.getKind()
          Gets the value of the kind property.
static BindingKind BindingKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BindingKind[] BindingKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ow2.frascati.remote.introspection.resources with parameters of type BindingKind
 void Binding.setKind(BindingKind value)
          Sets the value of the kind property.
 



Copyright © 2010-2011 OW2 Consortium. All Rights Reserved.