| |
|
| java.lang.Object org.apache.beehive.netui.util.config.bean.PreventCache
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 prevent cache to a readable String. |
INT_ALWAYS | final public static int INT_ALWAYS(Code) | | |
INT_DEFAULT | final public static int INT_DEFAULT(Code) | | |
INT_IN_DEV_MODE | final public static int INT_IN_DEV_MODE(Code) | | |
equals | public boolean equals(Object value)(Code) | | Equals method.
Parameters: value - value to check true if this prevent cache 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 prevent cache to a readable String.
the readable multipart handler name |
|
|
|