Return to www.inductionframework.org

com.acciente.commons.htmlform
Class ParameterSpec

java.lang.Object
  extended by com.acciente.commons.htmlform.ParameterSpec

public class ParameterSpec
extends java.lang.Object

This class models a parameter on the HTML form. The form parser creates an instance of this class for parameter in the form.

Author:
Adinath Raveendra Raj

Method Summary
 java.lang.String getDataType()
           
 java.lang.String getIdentifier()
           
 java.util.List getMapKeys()
           
 boolean isList()
           
 boolean isMap()
           
 boolean isStructured()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIdentifier

public java.lang.String getIdentifier()

getDataType

public java.lang.String getDataType()

getMapKeys

public java.util.List getMapKeys()

isStructured

public boolean isStructured()

isList

public boolean isList()

isMap

public boolean isMap()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Return to www.inductionframework.org

Copyright © 2008-2011 Acciente, LLC. All Rights Reserved.