public static enum RING.Validity extends Enum<RING.Validity>
Enum Constant and Description |
---|
INTERNETWORKING_PROBLEMS |
PAYPHONE |
VALID |
WITHHELD_ORIGINATOR |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
static RING.Validity |
valueOf(int code) |
static RING.Validity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RING.Validity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RING.Validity VALID
public static final RING.Validity WITHHELD_ORIGINATOR
public static final RING.Validity INTERNETWORKING_PROBLEMS
public static final RING.Validity PAYPHONE
public static RING.Validity[] values()
for (RING.Validity c : RING.Validity.values()) System.out.println(c);
public static RING.Validity 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 int getCode()
public static RING.Validity valueOf(int code)
Copyright © 2015–2016 jSMS4Pi. All rights reserved.