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 Term
public static final ResponseCategory Terms
public static final ResponseCategory Category
public static final ResponseCategory Categories
public static final ResponseCategory SubjectAreaDefinition
public static final ResponseCategory SubjectAreaDefinitions
public static final ResponseCategory Glossary
public static final ResponseCategory Glossaries
public static final ResponseCategory Project
public static final ResponseCategory Projects
public static final ResponseCategory Comment
public static final ResponseCategory TermHASARelationship
public static final ResponseCategory RelatedTerm
public static final ResponseCategory SynonymRelationship
public static final ResponseCategory AntonymRelationship
public static final ResponseCategory TranslationRelationship
public static final ResponseCategory TermISARelationship
public static final ResponseCategory PreferredTermRelationship
public static final ResponseCategory TermISATYPEOFRelationship
public static final ResponseCategory TermReplacementRelationship
public static final ResponseCategory TermTYPEDBYRelationship
public static final ResponseCategory TermUsedInContextRelationship
public static final ResponseCategory ValidValueRelationship
public static final ResponseCategory TermAnchorRelationship
public static final ResponseCategory CategoryAnchorRelationship
public static final ResponseCategory ProjectScopeRelationship
public static final ResponseCategory Lines
public static final ResponseCategory LibraryCategoryReferenceRelationshipRelationship
public static final ResponseCategory LibraryTermReferenceRelationshipRelationship
public static final ResponseCategory SemanticAssignmentRelationship
public static final ResponseCategory TermCategorizationRelationship
public static final ResponseCategory CategoryRelationships
public static final ResponseCategory Graph
public static final ResponseCategory ClassificationException
public static final ResponseCategory EntityNotDeletedException
public static final ResponseCategory FunctionNotSupportedException
public static final ResponseCategory GUIDNotDeletedException
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 final ResponseCategory UnexpectedException
public static final ResponseCategory OmrsEntityDetail
public static final ResponseCategory OmrsEntityDetails
public static final ResponseCategory OmrsRelationship
public static final ResponseCategory OmrsRelationships
public static final ResponseCategory OmrsInstanceGraph
public static final ResponseCategory GlossarySummary
public static final ResponseCategory TermSummary
public static final ResponseCategory CategorySummary
public static final ResponseCategory IconSummarySet
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–2020 ODPi. All rights reserved.