org.alfresco.web.forms.xforms
Class Schema2XForms.SubmitMethod
java.lang.Object
java.lang.Enum
org.alfresco.web.forms.xforms.Schema2XForms.SubmitMethod
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing class:
- Schema2XForms
public static final class Schema2XForms.SubmitMethod
- extends java.lang.Enum
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
POST
public static final Schema2XForms.SubmitMethod POST
GET
public static final Schema2XForms.SubmitMethod GET
PUT
public static final Schema2XForms.SubmitMethod PUT
FORM_DATA_POST
public static final Schema2XForms.SubmitMethod FORM_DATA_POST
URL_ENCODED_POST
public static final Schema2XForms.SubmitMethod URL_ENCODED_POST
values
public static Schema2XForms.SubmitMethod[] values()
valueOf
public static Schema2XForms.SubmitMethod valueOf(java.lang.String name)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.