Uses of Class
biweekly.parameter.Encoding

Packages that use Encoding
biweekly.parameter   
 

Uses of Encoding in biweekly.parameter
 

Fields in biweekly.parameter declared as Encoding
static Encoding Encoding._8BIT
           
static Encoding Encoding.BASE64
           
 

Methods in biweekly.parameter that return Encoding
static Encoding Encoding.find(String value)
          Searches for a parameter value that is defined as a static constant in this class.
static Encoding Encoding.get(String value)
          Searches for a parameter value and creates one if it cannot be found.
 Encoding ICalParameters.getEncoding()
          Gets the encoding of the property value (for example, "base64").
 

Methods in biweekly.parameter that return types with arguments of type Encoding
static Collection<Encoding> Encoding.all()
          Gets all of the parameter values that are defined as static constants in this class.
 

Methods in biweekly.parameter with parameters of type Encoding
 void ICalParameters.setEncoding(Encoding encoding)
          Sets the encoding of the property value (for example, "base64").
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.