Uses of Class
org.eclipse.jst.j2ee.common.EnvEntryType

Packages that use EnvEntryType
org.eclipse.jst.j2ee.common This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables).  
 

Uses of EnvEntryType in org.eclipse.jst.j2ee.common
 

Fields in org.eclipse.jst.j2ee.common declared as EnvEntryType
static EnvEntryType EnvEntryType.STRING_LITERAL
          The 'String' literal object
static EnvEntryType EnvEntryType.INTEGER_LITERAL
          The 'Integer' literal object
static EnvEntryType EnvEntryType.BOOLEAN_LITERAL
          The 'Boolean' literal object
static EnvEntryType EnvEntryType.DOUBLE_LITERAL
          The 'Double' literal object
static EnvEntryType EnvEntryType.BYTE_LITERAL
          The 'Byte' literal object
static EnvEntryType EnvEntryType.SHORT_LITERAL
          The 'Short' literal object
static EnvEntryType EnvEntryType.LONG_LITERAL
          The 'Long' literal object
static EnvEntryType EnvEntryType.FLOAT_LITERAL
          The 'Float' literal object
static EnvEntryType EnvEntryType.CHARACTER_LITERAL
          The 'Character' literal object
 

Methods in org.eclipse.jst.j2ee.common that return EnvEntryType
 EnvEntryType EnvEntry.getType()
           
static EnvEntryType EnvEntryType.get(java.lang.String literal)
          Returns the 'Env Entry Type' literal with the specified literal value
static EnvEntryType EnvEntryType.getByName(java.lang.String name)
          Returns the 'Env Entry Type' literal with the specified name
static EnvEntryType EnvEntryType.get(int value)
          Returns the 'Env Entry Type' literal with the specified integer value
 

Methods in org.eclipse.jst.j2ee.common with parameters of type EnvEntryType
 void EnvEntry.setType(EnvEntryType value)
          Sets the value of the 'Type' attribute