public enum PreferenceName extends Enum<PreferenceName>
| Enum Constant and Description | 
|---|
| ALLOW_ENTITY_REFERENCES | 
| CALLBACK | 
| CONTINUE_ON_ERROR | 
| INCLUDE_ANNOTATIONS | 
| KEY_AS_SEGMENT | 
| MAX_PAGE_SIZE | 
| RESPOND_ASYNC | 
| RETURN | 
| RETURN_CONTENT | 
| RETURN_NO_CONTENT | 
| TRACK_CHANGES | 
| TRACK_CHANGES_PREF | 
| WAIT | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName() | 
| String | toString() | 
| static PreferenceName | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PreferenceName[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final PreferenceName ALLOW_ENTITY_REFERENCES
public static final PreferenceName CALLBACK
public static final PreferenceName CONTINUE_ON_ERROR
public static final PreferenceName INCLUDE_ANNOTATIONS
public static final PreferenceName MAX_PAGE_SIZE
public static final PreferenceName TRACK_CHANGES
public static final PreferenceName TRACK_CHANGES_PREF
public static final PreferenceName RETURN
public static final PreferenceName RESPOND_ASYNC
public static final PreferenceName WAIT
public static final PreferenceName RETURN_CONTENT
public static final PreferenceName RETURN_NO_CONTENT
public static final PreferenceName KEY_AS_SEGMENT
public static PreferenceName[] values()
for (PreferenceName c : PreferenceName.values()) System.out.println(c);
public static PreferenceName 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 getName()
public String toString()
toString in class Enum<PreferenceName>Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.