public class Encoding extends EnumParameterValue
Modifier and Type | Field and Description |
---|---|
static Encoding |
_8BIT |
static Encoding |
BASE64 |
static Encoding |
QUOTED_PRINTABLE |
value
Modifier and Type | Method and Description |
---|---|
static Collection<Encoding> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static Encoding |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Encoding |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
getValue, toString
public static final Encoding QUOTED_PRINTABLE
public static Encoding find(String value)
value
- the parameter valuepublic static Encoding get(String value)
==
equality.value
- the parameter valuepublic static Collection<Encoding> all()
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.