Uses of Class
org.ow2.util.plan.bindings.repository.RepositoryKind

Packages that use RepositoryKind
org.ow2.util.plan.bindings.repository   
 

Uses of RepositoryKind in org.ow2.util.plan.bindings.repository
 

Fields in org.ow2.util.plan.bindings.repository declared as RepositoryKind
protected  RepositoryKind Repository.type
           
 

Methods in org.ow2.util.plan.bindings.repository that return RepositoryKind
static RepositoryKind RepositoryKind.fromValue(String v)
           
 RepositoryKind Repository.getType()
          Gets the value of the type property.
static RepositoryKind RepositoryKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RepositoryKind[] RepositoryKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ow2.util.plan.bindings.repository with parameters of type RepositoryKind
 void Repository.setType(RepositoryKind value)
          Sets the value of the type property.
 



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.