eu.xtreemos.xosd.security.cdamng.vo
Enum VO.Attribute
java.lang.Object
java.lang.Enum<VO.Attribute>
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>
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 |
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
oid
private java.lang.String oid
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()