|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImppType | |
---|---|
ezvcard.parameter | |
ezvcard.property |
Uses of ImppType in ezvcard.parameter |
---|
Fields in ezvcard.parameter declared as ImppType | |
---|---|
static ImppType |
ImppType.BUSINESS
|
static ImppType |
ImppType.HOME
|
static ImppType |
ImppType.MOBILE
|
static ImppType |
ImppType.PERSONAL
|
static ImppType |
ImppType.PREF
|
static ImppType |
ImppType.WORK
|
Methods in ezvcard.parameter that return ImppType | |
---|---|
static ImppType |
ImppType.find(String value)
Searches for a parameter value that is defined as a static constant in this class. |
static ImppType |
ImppType.get(String value)
Searches for a parameter value and creates one if it cannot be found. |
Methods in ezvcard.parameter that return types with arguments of type ImppType | |
---|---|
static Collection<ImppType> |
ImppType.all()
Gets all of the parameter values that are defined as static constants in this class. |
Uses of ImppType in ezvcard.property |
---|
Methods in ezvcard.property that return types with arguments of type ImppType | |
---|---|
Set<ImppType> |
Impp.getTypes()
Gets all the TYPE parameters. |
Methods in ezvcard.property with parameters of type ImppType | |
---|---|
void |
Impp.addType(ImppType type)
Adds a TYPE parameter. |
void |
Impp.removeType(ImppType type)
Removes a TYPE parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |