Uses of Class
org.glassfish.api.deployment.OpsParams.Origin
-
Packages that use OpsParams.Origin Package Description org.glassfish.api.deployment -
-
Uses of OpsParams.Origin in org.glassfish.api.deployment
Fields in org.glassfish.api.deployment declared as OpsParams.Origin Modifier and Type Field Description OpsParams.OriginOpsParams. originType of deployment operation, by default it's deploymentMethods in org.glassfish.api.deployment that return OpsParams.Origin Modifier and Type Method Description OpsParams.OriginOpsParams. getOrigin()static OpsParams.OriginOpsParams.Origin. valueOf(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.
-