public static enum SignatureInformation.TriggerKind extends Enum<SignatureInformation.TriggerKind>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
ContentChange
Signature help was triggered by the cursor moving or by the document
content changing.
|
Invoked
Signature help was invoked manually by the user or by a command.
|
TriggerCharacter
Signature help was triggered by a trigger character.
|
Modifier and Type | Method and Description |
---|---|
static SignatureInformation.TriggerKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureInformation.TriggerKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureInformation.TriggerKind Invoked
public static final SignatureInformation.TriggerKind TriggerCharacter
public static final SignatureInformation.TriggerKind ContentChange
public static SignatureInformation.TriggerKind[] values()
public static SignatureInformation.TriggerKind 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 null