|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DomainData.Role | |
---|---|
de.knipp.rritoolkit |
Uses of DomainData.Role in de.knipp.rritoolkit |
---|
Fields in de.knipp.rritoolkit declared as DomainData.Role | |
---|---|
private static DomainData.Role[] |
DomainData.contactSectionRoles
the types of the contact sections; order must be synchronized with contactSectionNames |
private DomainData.Role |
DomainData.Ref.role
the role |
Fields in de.knipp.rritoolkit with type parameters of type DomainData.Role | |
---|---|
private static java.util.Map<java.lang.String,DomainData.Role> |
DomainData.Role.tokenMap
map from the token to the type |
Methods in de.knipp.rritoolkit that return DomainData.Role | |
---|---|
static DomainData.Role |
DomainData.Role.fromToken(java.lang.String denicToken)
return the role for the given token |
DomainData.Role |
DomainData.Ref.getRole()
return the role |
static DomainData.Role |
DomainData.Role.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DomainData.Role[] |
DomainData.Role.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 DomainData.Role | |
---|---|
void |
DomainData.addContact(DomainData.Role role,
ContactData contact)
add a single contact |
void |
DomainData.addContacts(DomainData.Role role,
ContactData... theContacts)
add all given contacts |
void |
DomainData.clearContacts(DomainData.Role role)
clear all contact references with the given role |
java.util.List<ContactData> |
DomainData.getContacts(DomainData.Role role)
return a list of contacts with the given role |
ContactData |
DomainData.getFirstContact(DomainData.Role role)
return the first contact of the given role |
Constructors in de.knipp.rritoolkit with parameters of type DomainData.Role | |
---|---|
DomainData.Ref(DomainData.Role theRole,
ContactData theContact)
constructor |
|
DomainData.Ref(DomainData.Role theRole,
ContactData theContact,
boolean isFromDescr)
constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |