public enum ResponseCategory extends Enum<ResponseCategory>
| Modifier and Type | Method and Description |
|---|---|
static ResponseCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseCategory Unknown
public static final ResponseCategory Void
public static final ResponseCategory PossibleClassifications
public static final ResponseCategory PossibleRelationships
public static final ResponseCategory Term
public static final ResponseCategory Category
public static final ResponseCategory Glossary
public static final ResponseCategory Project
public static final ResponseCategory Comment
public static final ResponseCategory ClassificationException
public static final ResponseCategory EntityNotDeletedException
public static final ResponseCategory FunctionNotSupportedException
public static final ResponseCategory GUIDNotPurgedException
public static final ResponseCategory InvalidParameterException
public static final ResponseCategory RelationshipNotDeletedException
public static final ResponseCategory StatusNotSupportedException
public static final ResponseCategory SubjectAreaRuntimeException
public static final ResponseCategory UnrecognizedGUIDException
public static final ResponseCategory UnrecognizedNameException
public static final ResponseCategory UserNotAuthorizedException
public static final ResponseCategory MetadataServerUncontactableException
public static ResponseCategory[] values()
for (ResponseCategory c : ResponseCategory.values()) System.out.println(c);
public static ResponseCategory 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 ODPi. All rights reserved.