Uses of Class
org.apache.openejb.jee.was.v6.common.ResAuthEnum

Packages that use ResAuthEnum
org.apache.openejb.jee.was.v6.common Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of ResAuthEnum in org.apache.openejb.jee.was.v6.common
 

Fields in org.apache.openejb.jee.was.v6.common declared as ResAuthEnum
protected  ResAuthEnum ResourceRef.auth
           
 

Methods in org.apache.openejb.jee.was.v6.common that return ResAuthEnum
static ResAuthEnum ResAuthEnum.fromValue(java.lang.String v)
           
 ResAuthEnum ResourceRef.getAuth()
          Gets the value of the auth property.
static ResAuthEnum ResAuthEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResAuthEnum[] ResAuthEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openejb.jee.was.v6.common with parameters of type ResAuthEnum
 void ResourceRef.setAuth(ResAuthEnum value)
          Sets the value of the auth property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.