org.jboss.axis.attachments
Class DimeTypeNameFormat

java.lang.Object
  extended byorg.jboss.axis.attachments.DimeTypeNameFormat

public final class DimeTypeNameFormat
extends 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)
           
static DimeTypeNameFormat parseByte(byte x)
           
static DimeTypeNameFormat parseByte(Byte x)
           
 byte toByte()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MIME

public static final DimeTypeNameFormat MIME

URI

public static final DimeTypeNameFormat URI

UNKNOWN

public static final DimeTypeNameFormat UNKNOWN
Method Detail

toString

public final String toString()

toByte

public final byte toByte()

equals

public final boolean equals(Object x)

parseByte

public static DimeTypeNameFormat parseByte(byte x)

parseByte

public static DimeTypeNameFormat parseByte(Byte x)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.