org.alfresco.web.forms.xforms
Class Schema2XForms.SubmitMethod

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static Schema2XForms.SubmitMethod FORM_DATA_POST
           
static Schema2XForms.SubmitMethod GET
           
static Schema2XForms.SubmitMethod POST
           
static Schema2XForms.SubmitMethod PUT
           
static Schema2XForms.SubmitMethod URL_ENCODED_POST
           
 
Method Summary
 java.lang.String toString()
           
static Schema2XForms.SubmitMethod valueOf(java.lang.String name)
           
static Schema2XForms.SubmitMethod[] values()
           
 
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
 

Field Detail

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
Method Detail

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.