org.alfresco.repo.forms.script
Class ScriptFormData.ScriptFieldData

java.lang.Object
  extended by org.alfresco.repo.forms.script.ScriptFormData.ScriptFieldData
Enclosing class:
ScriptFormData

public class ScriptFormData.ScriptFieldData
extends java.lang.Object


Constructor Summary
ScriptFormData.ScriptFieldData(FormData.FieldData fieldData)
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the form field that data represents
 java.lang.Object getValue()
          Returns the value of the form field that data represents
 boolean isFile()
          Determines whether the data represents a file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptFormData.ScriptFieldData

public ScriptFormData.ScriptFieldData(FormData.FieldData fieldData)
Method Detail

getName

public java.lang.String getName()
Returns the name of the form field that data represents

Returns:
The name

getValue

public java.lang.Object getValue()
Returns the value of the form field that data represents

Returns:
The value

isFile

public boolean isFile()
Determines whether the data represents a file

Returns:
true if the data is a file


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.