public enum AttributeNames extends Enum<AttributeNames>
Java class for AttributeNames.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AttributeNames">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="http://rsa.com/schemas/attr-names/2009/01/GroupIdentity"/>
<enumeration value="http://vmware.com/schemas/attr-names/2011/07/isSolution"/>
<enumeration value="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"/>
<enumeration value="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static AttributeNames |
fromValue(String v) |
String |
value() |
static AttributeNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeNames HTTP_RSA_COM_SCHEMAS_ATTR_NAMES_2009_01_GROUP_IDENTITY
public static final AttributeNames HTTP_VMWARE_COM_SCHEMAS_ATTR_NAMES_2011_07_IS_SOLUTION
public static final AttributeNames HTTP_SCHEMAS_XMLSOAP_ORG_WS_2005_05_IDENTITY_CLAIMS_GIVENNAME
public static final AttributeNames HTTP_SCHEMAS_XMLSOAP_ORG_WS_2005_05_IDENTITY_CLAIMS_SURNAME
public static AttributeNames[] values()
for (AttributeNames c : AttributeNames.values()) System.out.println(c);
public static AttributeNames valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static AttributeNames fromValue(String v)
Copyright © 2016. All rights reserved.