com.acciente.commons.htmlform
Class ParameterSpec

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

public class ParameterSpec
extends 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
 String getDataType()
           
 String getIdentifier()
           
 List getMapKeys()
           
 boolean isList()
           
 boolean isMap()
           
 boolean isStructured()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIdentifier

public String getIdentifier()

getDataType

public String getDataType()

getMapKeys

public List getMapKeys()

isStructured

public boolean isStructured()

isList

public boolean isList()

isMap

public boolean isMap()

toString

public String toString()
Overrides:
toString in class Object


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