Package com.isode.x400.highlevel
Enum Class Bodypart.Bodypart_Type
- All Implemented Interfaces:
Serializable,Comparable<Bodypart.Bodypart_Type>,Constable
- Enclosing class:
- Bodypart
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionX.400 P772 ACP127DATA body partX.400 P772 ADatP3 body part typebilaterally-defined body partX.400 P772 Corrections body part typeFile transfer body partX.400 Forwarded content bodypart specified within X.420X.400 P772 Forwarded Encryptedgeneral-text body part containing arbitrary character setsia5-text body part.general-text body part containing ISO-8859-1 textgeneral-text body part containing ISO-8859-2 textForwarded message body part, or returned IPM in IPNX.400 P772 MM Forwarded bodypartteletex body part -
Method Summary
Modifier and TypeMethodDescriptionstatic Bodypart.Bodypart_TypeReturns the enum constant of this class with the specified name.static Bodypart.Bodypart_Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BODYPART_IA5_TEXT
ia5-text body part. Only the ia5 repertoire is supported -
BODYPART_TELETEX
teletex body part -
BODYPART_GENERAL_TEXT
general-text body part containing arbitrary character sets -
BODYPART_ISO8859_1
general-text body part containing ISO-8859-1 text -
BODYPART_ISO8859_2
general-text body part containing ISO-8859-2 text -
BODYPART_BINARY
bilaterally-defined body part -
BODYPART_MESSAGE
Forwarded message body part, or returned IPM in IPN -
BODYPART_FTBP
File transfer body part -
BODYPART_ADATP3
X.400 P772 ADatP3 body part type -
BODYPART_CORRECTIONS
X.400 P772 Corrections body part type -
BODYPART_ACP127DATA
X.400 P772 ACP127DATA body part -
BODYPART_MM
X.400 P772 MM Forwarded bodypart -
BODYPART_FWDENC
X.400 P772 Forwarded Encrypted -
BODYPART_FWD_CONTENT
X.400 Forwarded content bodypart specified within X.420
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-