org.apache.axis.attachments

Class DimeTypeNameFormat

public final class DimeTypeNameFormat extends Object

This class is a single part for DIME mulitpart message.
Field Summary
static DimeTypeNameFormatMIME
static DimeTypeNameFormatUNKNOWN
static DimeTypeNameFormatURI
Method Summary
booleanequals(Object x)
inthashCode()
static DimeTypeNameFormatparseByte(byte x)
static DimeTypeNameFormatparseByte(Byte x)
bytetoByte()
StringtoString()

Field Detail

MIME

public static final DimeTypeNameFormat MIME

UNKNOWN

public static final DimeTypeNameFormat UNKNOWN

URI

public static final DimeTypeNameFormat URI

Method Detail

equals

public final boolean equals(Object x)

hashCode

public int hashCode()

parseByte

public static DimeTypeNameFormat parseByte(byte x)

parseByte

public static DimeTypeNameFormat parseByte(Byte x)

toByte

public final byte toByte()

toString

public final String toString()
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.