org.mobicents.protocols.ss7.map.api.service.lsm
public enum LCSFormatIndicator extends java.lang.Enum<LCSFormatIndicator>
| Enum Constant and Description |
|---|
emailAddress |
logicalName |
msisdn |
sipUrl |
url |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndicator() |
static LCSFormatIndicator |
getLCSFormatIndicator(int indicator) |
static LCSFormatIndicator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LCSFormatIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCSFormatIndicator logicalName
public static final LCSFormatIndicator emailAddress
public static final LCSFormatIndicator msisdn
public static final LCSFormatIndicator url
public static final LCSFormatIndicator sipUrl
public static LCSFormatIndicator[] values()
for (LCSFormatIndicator c : LCSFormatIndicator.values()) System.out.println(c);
public static LCSFormatIndicator 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 int getIndicator()
public static LCSFormatIndicator getLCSFormatIndicator(int indicator)
Copyright © 2012. All Rights Reserved.