|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.FormMethod
Enumeration for methods how a form can be submitted.
Field Summary | |
private static FormMethod[] |
ALL
Collection with all types |
static FormMethod |
GET
method: GET |
private java.lang.String |
method
The internal type |
static FormMethod |
POST
method: POST |
private static long |
serialVersionUID
Serial Version UID |
Constructor Summary | |
private |
FormMethod(java.lang.String method)
Constructor for FormMethod |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this type to the specified object. |
int |
hashCode()
|
static FormMethod |
parse(java.lang.String code)
Creates for the argument an object of type FormMethod |
java.lang.String |
toString()
Returns a string representation for the object |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
public static final FormMethod GET
public static final FormMethod POST
private java.lang.String method
private static final FormMethod[] ALL
Constructor Detail |
private FormMethod(java.lang.String method)
method
- The methodMethod Detail |
public boolean equals(java.lang.Object obj)
obj
- The object to compare this FormMethod
object against.
true
if the internal types are equal;
false
otherwise.public int hashCode()
Object.hashCode()
public static FormMethod parse(java.lang.String code)
code
- String to parse
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |