public static enum Konstantz.PeopleServiceRequestType extends Enum<Konstantz.PeopleServiceRequestType>
| Modifier and Type | Field and Description |
|---|---|
private String |
actionURI |
private Class<?> |
requestClass |
private Class<?> |
responseClass |
| Modifier and Type | Method and Description |
|---|---|
String |
actionURI() |
Class<?> |
responseClass() |
static Konstantz.PeopleServiceRequestType |
typeForClass(Class<?> aClass) |
static Konstantz.PeopleServiceRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Konstantz.PeopleServiceRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Konstantz.PeopleServiceRequestType ADD_ENTITY_REQUEST
public static final Konstantz.PeopleServiceRequestType ADD_KNOWN_ENTITY_REQUEST
public static final Konstantz.PeopleServiceRequestType REMOVE_ENTITY_REQUEST
public static final Konstantz.PeopleServiceRequestType ADD_COLLECTION_REQUEST
public static final Konstantz.PeopleServiceRequestType REMOVE_COLLECTION_REQUEST
public static final Konstantz.PeopleServiceRequestType ADD_TO_COLLECTION_REQUEST
public static final Konstantz.PeopleServiceRequestType REMOVE_FROM_COLLECTION_REQUEST
public static final Konstantz.PeopleServiceRequestType LIST_MEMBERS_REQUEST
public static final Konstantz.PeopleServiceRequestType GET_OBJECT_INFO_REQUEST
public static final Konstantz.PeopleServiceRequestType SET_OBJECT_INFO_REQUEST
public static final Konstantz.PeopleServiceRequestType QUERY_OBJS_REQUEST
public static final Konstantz.PeopleServiceRequestType TEST_MEMBERSHIP_REQUEST
public static final Konstantz.PeopleServiceRequestType RESOLVE_ID_REQUEST
private final String actionURI
private final Class<?> requestClass
private final Class<?> responseClass
public static Konstantz.PeopleServiceRequestType[] values()
for (Konstantz.PeopleServiceRequestType c : Konstantz.PeopleServiceRequestType.values()) System.out.println(c);
public static Konstantz.PeopleServiceRequestType 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 actionURI()
public Class<?> responseClass()
public static Konstantz.PeopleServiceRequestType typeForClass(Class<?> aClass)
Copyright © 1999–2015. All rights reserved.