org.apache.axis.attachments

Class DimeTypeNameFormat


public final class DimeTypeNameFormat
extends java.lang.Object

This class is a single part for DIME mulitpart message.

Field Summary

static DimeTypeNameFormat
MIME
static DimeTypeNameFormat
UNKNOWN
static DimeTypeNameFormat
URI

Method Summary

boolean
equals(Object x)
int
hashCode()
static DimeTypeNameFormat
parseByte(Byte x)
static DimeTypeNameFormat
parseByte(byte x)
byte
toByte()
String
toString()

Field Details

MIME

public static final DimeTypeNameFormat MIME

UNKNOWN

public static final DimeTypeNameFormat UNKNOWN

URI

public static final DimeTypeNameFormat URI

Method Details

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.