|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactData.Type | |
---|---|
de.knipp.rritoolkit |
Uses of ContactData.Type in de.knipp.rritoolkit |
---|
Fields in de.knipp.rritoolkit declared as ContactData.Type | |
---|---|
private ContactData.Type |
ContactData.type
the type |
Fields in de.knipp.rritoolkit with type parameters of type ContactData.Type | |
---|---|
private static java.util.Map<java.lang.String,ContactData.Type> |
ContactData.Type.tokenMap
map from the token to the type |
Methods in de.knipp.rritoolkit that return ContactData.Type | |
---|---|
static ContactData.Type |
ContactData.Type.fromToken(java.lang.String denicToken)
return the type for the given token |
ContactData.Type |
ContactData.getType()
return the contact type |
static ContactData.Type |
ContactData.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ContactData.Type[] |
ContactData.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.knipp.rritoolkit with parameters of type ContactData.Type | |
---|---|
void |
ContactData.setType(ContactData.Type theType)
set the type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |