public enum ConnectionProviderCaller extends Enum<ConnectionProviderCaller> implements IConnectionProviderCaller
Enum Constant and Description |
---|
CONSTRUCTION |
PILLAR_DROP |
Modifier and Type | Method and Description |
---|---|
int |
getCallerCode() |
String |
getCallerMessage() |
String |
toString() |
static ConnectionProviderCaller |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionProviderCaller[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionProviderCaller CONSTRUCTION
public static final ConnectionProviderCaller PILLAR_DROP
public static ConnectionProviderCaller[] values()
for (ConnectionProviderCaller c : ConnectionProviderCaller.values()) System.out.println(c);
public static ConnectionProviderCaller 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 getCallerMessage()
getCallerMessage
in interface IConnectionProviderCaller
public int getCallerCode()
getCallerCode
in interface IConnectionProviderCaller
public String toString()
toString
in class Enum<ConnectionProviderCaller>
Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.