public static enum CompletionContext.ContextMappingType extends Enum<CompletionContext.ContextMappingType>
| Modifier and Type | Method and Description |
|---|---|
String |
getMappedName() |
static CompletionContext.ContextMappingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompletionContext.ContextMappingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompletionContext.ContextMappingType CATEGORY
public static final CompletionContext.ContextMappingType GEO
public static CompletionContext.ContextMappingType[] values()
for (CompletionContext.ContextMappingType c : CompletionContext.ContextMappingType.values()) System.out.println(c);
public static CompletionContext.ContextMappingType 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 getMappedName()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.