Uses of Class
org.wso2.carbon.cloud.gateway.common.CGConstant.DEPLOYMENT_TYPE
-
Packages that use CGConstant.DEPLOYMENT_TYPE Package Description org.wso2.carbon.cloud.gateway.common -
-
Uses of CGConstant.DEPLOYMENT_TYPE in org.wso2.carbon.cloud.gateway.common
Methods in org.wso2.carbon.cloud.gateway.common that return CGConstant.DEPLOYMENT_TYPE Modifier and Type Method Description static CGConstant.DEPLOYMENT_TYPE
CGConstant.DEPLOYMENT_TYPE. valueOf(String name)
Returns the enum constant of this type with the specified name.static CGConstant.DEPLOYMENT_TYPE[]
CGConstant.DEPLOYMENT_TYPE. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-