Package org.alfresco.repo.forms.script
Class ScriptFormData.ScriptFieldData
- java.lang.Object
-
- org.alfresco.repo.forms.script.ScriptFormData.ScriptFieldData
-
- Enclosing class:
- ScriptFormData
public class ScriptFormData.ScriptFieldData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScriptFieldData(FormData.FieldData fieldData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of the form field that data representsjava.lang.ObjectgetValue()Returns the value of the form field that data representsbooleanisFile()Determines whether the data represents a file
-
-
-
Constructor Detail
-
ScriptFieldData
public 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
-
-