public static enum PropFindMethod.PropRequest.ReqType extends Enum<PropFindMethod.PropRequest.ReqType>
| Modifier and Type | Method and Description |
|---|---|
static PropFindMethod.PropRequest.ReqType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropFindMethod.PropRequest.ReqType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropFindMethod.PropRequest.ReqType prop
public static final PropFindMethod.PropRequest.ReqType propName
public static final PropFindMethod.PropRequest.ReqType propAll
public static PropFindMethod.PropRequest.ReqType[] values()
for (PropFindMethod.PropRequest.ReqType c : PropFindMethod.PropRequest.ReqType.values()) System.out.println(c);
public static PropFindMethod.PropRequest.ReqType 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 nullCopyright © 2018 Bedework. All rights reserved.