| Package | Description |
|---|---|
| com.cloudhopper.sxmp | |
| com.cloudhopper.sxmp.util |
| Modifier and Type | Method and Description |
|---|---|
MobileAddress.Type |
MobileAddress.getType() |
static MobileAddress.Type |
MobileAddress.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobileAddress.Type[] |
MobileAddress.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MobileAddress.setAddress(MobileAddress.Type type,
String address) |
| Constructor and Description |
|---|
MobileAddress(MobileAddress.Type type,
String address) |
| Modifier and Type | Method and Description |
|---|---|
static MobileAddress.Type |
MobileAddressUtil.parseType(String type)
Parses string into a MobileAddress type.
|
Copyright © 2016. All rights reserved.