|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezvcard.parameter.VCardParameter
ezvcard.parameter.VersionedVCardParameter
ezvcard.parameter.TelephoneType
public class TelephoneType
Represents the TYPE parameter of the Telephone
property.
Supported versions: 2.1, 3.0, 4.0
Field Summary | |
---|---|
static TelephoneType |
BBS
Supported versions: 2.1, 3.0 |
static TelephoneType |
CAR
Supported versions: 2.1, 3.0 |
static TelephoneType |
CELL
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
FAX
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
HOME
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
ISDN
Supported versions: 2.1, 3.0 |
static TelephoneType |
MODEM
Supported versions: 2.1, 3.0 |
static TelephoneType |
MSG
Supported versions: 2.1, 3.0 |
static TelephoneType |
PAGER
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
PCS
Supported versions: 3.0 |
static TelephoneType |
PREF
Supported versions: 2.1, 3.0 |
static TelephoneType |
TEXT
Supported versions: 4.0 |
static TelephoneType |
TEXTPHONE
Supported versions: 4.0 |
static TelephoneType |
VIDEO
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
VOICE
Supported versions: 2.1, 3.0, 4.0 |
static TelephoneType |
WORK
Supported versions: 2.1, 3.0, 4.0 |
Fields inherited from class ezvcard.parameter.VersionedVCardParameter |
---|
supportedVersions |
Fields inherited from class ezvcard.parameter.VCardParameter |
---|
value |
Method Summary | |
---|---|
static Collection<TelephoneType> |
all()
Gets all of the parameter values that are defined as static constants in this class. |
static TelephoneType |
find(String value)
Searches for a parameter value that is defined as a static constant in this class. |
static TelephoneType |
get(String value)
Searches for a parameter value and creates one if it cannot be found. |
Methods inherited from class ezvcard.parameter.VersionedVCardParameter |
---|
isSupported |
Methods inherited from class ezvcard.parameter.VCardParameter |
---|
equals, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TelephoneType BBS
2.1, 3.0
public static final TelephoneType CAR
2.1, 3.0
public static final TelephoneType CELL
2.1, 3.0, 4.0
public static final TelephoneType FAX
2.1, 3.0, 4.0
public static final TelephoneType HOME
2.1, 3.0, 4.0
public static final TelephoneType ISDN
2.1, 3.0
public static final TelephoneType MODEM
2.1, 3.0
public static final TelephoneType MSG
2.1, 3.0
public static final TelephoneType PAGER
2.1, 3.0, 4.0
public static final TelephoneType PCS
3.0
public static final TelephoneType PREF
2.1, 3.0
public static final TelephoneType TEXT
4.0
public static final TelephoneType TEXTPHONE
4.0
public static final TelephoneType VIDEO
2.1, 3.0, 4.0
public static final TelephoneType VOICE
2.1, 3.0, 4.0
public static final TelephoneType WORK
2.1, 3.0, 4.0
Method Detail |
---|
public static TelephoneType find(String value)
value
- the parameter value
public static TelephoneType get(String value)
==
equality.
value
- the parameter value
public static Collection<TelephoneType> all()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |