org.apache.abdera.protocol.util
Enum EncodingUtil.Codec
java.lang.Object
java.lang.Enum<EncodingUtil.Codec>
org.apache.abdera.protocol.util.EncodingUtil.Codec
- All Implemented Interfaces:
- Serializable, Comparable<EncodingUtil.Codec>
- Enclosing class:
- EncodingUtil
public static enum EncodingUtil.Codec
- extends Enum<EncodingUtil.Codec>
Enum Constant Summary |
B
|
Q
|
B
public static final EncodingUtil.Codec B
Q
public static final EncodingUtil.Codec Q
values
public static final EncodingUtil.Codec[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(EncodingUtil.Codec c : EncodingUtil.Codec.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static EncodingUtil.Codec valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.