| |
|
| java.lang.Object org.apache.beehive.netui.util.config.bean.MultipartHandler
Method Summary | |
public boolean | equals(Object value) Equals method. | public int | getValue() The multipart handler's int value. | public int | hashCode() Hash code. | public String | toString() Convert this multipart handler to a readable String. |
INT_DISABLED | final public static int INT_DISABLED(Code) | | |
INT_DISK | final public static int INT_DISK(Code) | | |
INT_MEMORY | final public static int INT_MEMORY(Code) | | |
equals | public boolean equals(Object value)(Code) | | Equals method.
Parameters: value - value to check true if this multipart handler matches the value ; false otherwise. |
getValue | public int getValue()(Code) | | The multipart handler's int value.
the multipart handler's value |
hashCode | public int hashCode()(Code) | | Hash code.
the hash code |
toString | public String toString()(Code) | | Convert this multipart handler to a readable String.
the readable multipart handler name |
|
|
|