net.fortuna.ical4j.model.parameter
Class Encoding

java.lang.Object
  extended bynet.fortuna.ical4j.model.Content
      extended bynet.fortuna.ical4j.model.Parameter
          extended bynet.fortuna.ical4j.model.parameter.Encoding
All Implemented Interfaces:
Serializable

public class Encoding
extends Parameter

Defines an Inline Encoding parameter.

Author:
benfortuna
See Also:
Serialized Form

Field Summary
static Encoding BASE64
           
static Encoding EIGHT_BIT
           
 
Fields inherited from class net.fortuna.ical4j.model.Parameter
ALTREP, CN, CUTYPE, DELEGATED_FROM, DELEGATED_TO, DIR, ENCODING, EXPERIMENTAL_PREFIX, FBTYPE, FMTTYPE, LANGUAGE, MEMBER, PARTSTAT, RANGE, RELATED, RELTYPE, ROLE, RSVP, SENT_BY, TZID, VALUE
 
Constructor Summary
Encoding(String aValue)
           
 
Method Summary
 String getValue()
           
 
Methods inherited from class net.fortuna.ical4j.model.Parameter
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EIGHT_BIT

public static final Encoding EIGHT_BIT

BASE64

public static final Encoding BASE64
Constructor Detail

Encoding

public Encoding(String aValue)
Parameters:
aValue - a string representation of an Inline Encoding
Method Detail

getValue

public final String getValue()
Specified by:
getValue in class Parameter
Returns:
Returns the value.