public enum DefaultConfigurationKey extends java.lang.Enum<DefaultConfigurationKey>
| Enum Constant and Description |
|---|
DEFAULT_LANGUAGE
The default tooling language used by Smartedit
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
Gets the key value that this instance was intialized with.
|
java.lang.String |
getUid()
The uid is an alias for the key.
|
static DefaultConfigurationKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultConfigurationKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultConfigurationKey DEFAULT_LANGUAGE
public static DefaultConfigurationKey[] values()
for (DefaultConfigurationKey c : DefaultConfigurationKey.values()) System.out.println(c);
public static DefaultConfigurationKey valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getKey()
public java.lang.String getUid()
Copyright © 2018 SAP SE. All Rights Reserved.