public class AssetErrorReason extends Object implements Serializable
| 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 _MISSING_REQUIRED_DYNAMIC_ALLOCATION_CLIENT
public static final String _MISSING_REQUIRED_DYNAMIC_ALLOCATION_HEIGHT
public static final String _MISSING_REQUIRED_DYNAMIC_ALLOCATION_WIDTH
public static final String _MISSING_REQUIRED_DYNAMIC_ALLOCATION_FORMAT
public static final String _INVALID_CODE_SNIPPET_PARAMETER_VALUE
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 MISSING_REQUIRED_DYNAMIC_ALLOCATION_CLIENT
public static final AssetErrorReason MISSING_REQUIRED_DYNAMIC_ALLOCATION_HEIGHT
public static final AssetErrorReason MISSING_REQUIRED_DYNAMIC_ALLOCATION_WIDTH
public static final AssetErrorReason MISSING_REQUIRED_DYNAMIC_ALLOCATION_FORMAT
public static final AssetErrorReason INVALID_CODE_SNIPPET_PARAMETER_VALUE
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 © 2019. All rights reserved.