public static enum DiscoveryService.WSFServiceType extends Enum<DiscoveryService.WSFServiceType>
| Enum Constant and Description |
|---|
AUTHENTICATION_SERVICE |
DIRECTORY_ACCESS_PROTOCOL_SERVICE |
DISCOVERY_SERVICE |
PEOPLE_SERVICE |
PERSONAL_PROFILE_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrn() |
static DiscoveryService.WSFServiceType |
serviceForUrn(String urn) |
static DiscoveryService.WSFServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryService.WSFServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiscoveryService.WSFServiceType AUTHENTICATION_SERVICE
public static final DiscoveryService.WSFServiceType DISCOVERY_SERVICE
public static final DiscoveryService.WSFServiceType PERSONAL_PROFILE_SERVICE
public static final DiscoveryService.WSFServiceType PEOPLE_SERVICE
public static final DiscoveryService.WSFServiceType DIRECTORY_ACCESS_PROTOCOL_SERVICE
private String urn
public static DiscoveryService.WSFServiceType[] values()
for (DiscoveryService.WSFServiceType c : DiscoveryService.WSFServiceType.values()) System.out.println(c);
public static DiscoveryService.WSFServiceType 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 static DiscoveryService.WSFServiceType serviceForUrn(String urn)
public String getUrn()
Copyright © 1999–2015. All rights reserved.