Uses of Class
corny.addressbook.data.MultiValue.MultiValueLabel

Packages that use MultiValue.MultiValueLabel
corny.addressbook.data   
 

Uses of MultiValue.MultiValueLabel in corny.addressbook.data
 

Methods in corny.addressbook.data that return MultiValue.MultiValueLabel
static MultiValue.MultiValueLabel MultiValue.MultiValueLabel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MultiValue.MultiValueLabel[] MultiValue.MultiValueLabel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Method parameters in corny.addressbook.data with type arguments of type MultiValue.MultiValueLabel
 void MultiValue.MultiValueLabel.addRegularExpressionsTo(java.util.Map<java.lang.String,MultiValue.MultiValueLabel> labelMap)
          Used by the FilterCreator process to read the regular expressions which represent this label.
 

Constructors in corny.addressbook.data with parameters of type MultiValue.MultiValueLabel
MultiValue.KeyValuePair(MultiValue.MultiValueLabel key, T value)
          Creates a new KeyValuePair with a default label.