Uses of Class
org.plasma.common.env.EnvName

Packages that use EnvName
org.plasma.common.env Package level documentation for package org.plasma.common.env. 
 

Uses of EnvName in org.plasma.common.env
 

Fields in org.plasma.common.env declared as EnvName
protected  EnvName DeploymentRealm.name
           
 

Methods in org.plasma.common.env that return EnvName
static EnvName EnvName.fromValue(String v)
           
 EnvName EnvProperties.getEnv()
           
 EnvName DeploymentRealm.getName()
          Gets the value of the name property.
static EnvName EnvName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnvName[] EnvName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.plasma.common.env with parameters of type EnvName
 void DeploymentRealm.setName(EnvName value)
          Sets the value of the name property.
 



Copyright © 2013. All rights reserved.