Package | Description |
---|---|
com.streamscape.sdo.vcard |
Modifier and Type | Field and Description |
---|---|
static PhoneUse |
PhoneUse.CELL |
static PhoneUse |
PhoneUse.FAX |
static PhoneUse |
PhoneUse.MSG |
static PhoneUse |
PhoneUse.PAGER |
static PhoneUse |
PhoneUse.VOICE |
Modifier and Type | Method and Description |
---|---|
PhoneUse |
Phone.getUse() |
static PhoneUse |
PhoneUse.valueOf(java.lang.String name) |
static PhoneUse[] |
PhoneUse.values() |
Modifier and Type | Method and Description |
---|---|
Phone |
vCard.getHomePhone(PhoneUse use) |
Phone |
vCard.getWorkPhone(PhoneUse use) |
void |
Phone.setUse(PhoneUse use) |
Constructor and Description |
---|
Phone(PhoneType type,
PhoneUse use) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.