Uses of Class
org.glassfish.api.deployment.OpsParams.Origin

Packages that use OpsParams.Origin
org.glassfish.api.deployment   
 

Uses of OpsParams.Origin in org.glassfish.api.deployment
 

Fields in org.glassfish.api.deployment declared as OpsParams.Origin
 OpsParams.Origin OpsParams.origin
          Type of deployment operation, by default it's deployment
 

Methods in org.glassfish.api.deployment that return OpsParams.Origin
static OpsParams.Origin OpsParams.Origin.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OpsParams.Origin[] OpsParams.Origin.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.