public class AssetErrorReason extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_FILE_NAME_TOO_LONG |
static String |
_FILE_SIZE_TOO_LARGE |
static String |
_INVALID_ASSET_ID |
static String |
_NON_UNIQUE_NAME |
static String |
_UNKNOWN |
static AssetErrorReason |
FILE_NAME_TOO_LONG |
static AssetErrorReason |
FILE_SIZE_TOO_LARGE |
static AssetErrorReason |
INVALID_ASSET_ID |
static AssetErrorReason |
NON_UNIQUE_NAME |
static AssetErrorReason |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
AssetErrorReason(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AssetErrorReason |
fromString(String value) |
static AssetErrorReason |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _NON_UNIQUE_NAME
public static final String _FILE_NAME_TOO_LONG
public static final String _FILE_SIZE_TOO_LARGE
public static final String _INVALID_ASSET_ID
public static final String _UNKNOWN
public static final AssetErrorReason NON_UNIQUE_NAME
public static final AssetErrorReason FILE_NAME_TOO_LONG
public static final AssetErrorReason FILE_SIZE_TOO_LARGE
public static final AssetErrorReason INVALID_ASSET_ID
public static final AssetErrorReason UNKNOWN
protected AssetErrorReason(String value)
public String getValue()
public static AssetErrorReason fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static AssetErrorReason fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2013. All Rights Reserved.