public enum MaliciousCallTraceCallTypeSelection extends Enum<MaliciousCallTraceCallTypeSelection>
Enum Constant and Description |
---|
ALLINCOMING |
ALLINCOMINGANDOUTGOING |
ANSWEREDINCOMING |
Modifier and Type | Method and Description |
---|---|
static MaliciousCallTraceCallTypeSelection |
get(String value) |
static MaliciousCallTraceCallTypeSelection[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static MaliciousCallTraceCallTypeSelection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaliciousCallTraceCallTypeSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaliciousCallTraceCallTypeSelection ALLINCOMING
public static final MaliciousCallTraceCallTypeSelection ANSWEREDINCOMING
public static final MaliciousCallTraceCallTypeSelection ALLINCOMINGANDOUTGOING
public static MaliciousCallTraceCallTypeSelection[] values()
for (MaliciousCallTraceCallTypeSelection c : MaliciousCallTraceCallTypeSelection.values()) System.out.println(c);
public static MaliciousCallTraceCallTypeSelection 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 value()
public String toString()
toString
in class Enum<MaliciousCallTraceCallTypeSelection>
public static MaliciousCallTraceCallTypeSelection get(String value)
public static MaliciousCallTraceCallTypeSelection[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.