Uses of Class
org.eclipse.jpt.eclipselink.core.context.persistence.options.TargetServer

Packages that use TargetServer
org.eclipse.jpt.eclipselink.core.context.persistence.options   
 

Uses of TargetServer in org.eclipse.jpt.eclipselink.core.context.persistence.options
 

Methods in org.eclipse.jpt.eclipselink.core.context.persistence.options that return TargetServer
static TargetServer TargetServer.getTargetServerFor(java.lang.String literal)
          Return the TargetServer value corresponding to the given literal.
static TargetServer TargetServer.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TargetServer[] TargetServer.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.eclipselink.core.context.persistence.options with parameters of type TargetServer
 void Options.setTargetServer(TargetServer newTargetServer)