org.apache.axis.attachments
public final class DimeTypeNameFormat extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DimeTypeNameFormat |
MIME |
static DimeTypeNameFormat |
UNKNOWN |
static DimeTypeNameFormat |
URI |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object x) |
int |
hashCode() |
static DimeTypeNameFormat |
parseByte(byte x) |
static DimeTypeNameFormat |
parseByte(java.lang.Byte x) |
byte |
toByte() |
java.lang.String |
toString() |
public static final DimeTypeNameFormat MIME
public static final DimeTypeNameFormat URI
public static final DimeTypeNameFormat UNKNOWN
public final java.lang.String toString()
toString
in class java.lang.Object
public final byte toByte()
public int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object x)
equals
in class java.lang.Object
public static DimeTypeNameFormat parseByte(byte x)
public static DimeTypeNameFormat parseByte(java.lang.Byte x)
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.