eu.xtreemos.xosd.security.cdamng.vo
Enum VO.Attribute

java.lang.Object
  extended by java.lang.Enum<VO.Attribute>
      extended by eu.xtreemos.xosd.security.cdamng.vo.VO.Attribute
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<VO.Attribute>
Enclosing class:
VO

public static enum VO.Attribute
extends java.lang.Enum<VO.Attribute>


Enum Constant Summary
GlobalPrimaryGroupName
           
GlobalPrimaryVOName
           
GlobalSecondaryGroupNames
           
GlobalSecondaryVONames
           
GlobalUserID
           
Group
           
Role
           
Subgroup
           
 
Field Summary
private  java.lang.String oid
           
 
Method Summary
 java.lang.String getOID()
           
static VO.Attribute valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VO.Attribute[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

GlobalPrimaryVOName

public static final VO.Attribute GlobalPrimaryVOName

GlobalSecondaryVONames

public static final VO.Attribute GlobalSecondaryVONames

GlobalUserID

public static final VO.Attribute GlobalUserID

GlobalPrimaryGroupName

public static final VO.Attribute GlobalPrimaryGroupName

GlobalSecondaryGroupNames

public static final VO.Attribute GlobalSecondaryGroupNames

Role

public static final VO.Attribute Role

Group

public static final VO.Attribute Group

Subgroup

public static final VO.Attribute Subgroup
Field Detail

oid

private java.lang.String oid
Method Detail

values

public static VO.Attribute[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (VO.Attribute c : VO.Attribute.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static VO.Attribute valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getOID

public java.lang.String getOID()