Uses of Class
org.xtreemos.wp35.VO.Attribute

Packages that use VO.Attribute
org.xtreemos.wp35   
org.xtreemos.wp35.util   
 

Uses of VO.Attribute in org.xtreemos.wp35
 

Methods in org.xtreemos.wp35 that return VO.Attribute
static VO.Attribute VO.Attribute.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VO.Attribute[] VO.Attribute.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xtreemos.wp35 with parameters of type VO.Attribute
 java.lang.String VOUser.getAttribute(VO.Attribute attrName)
           
 

Uses of VO.Attribute in org.xtreemos.wp35.util
 

Methods in org.xtreemos.wp35.util with parameters of type VO.Attribute
 java.lang.String CertificateProcessor.getVOAttributeValue(java.security.cert.X509Certificate cert, VO.Attribute attr)