org.alfresco.repo.forms.processor.action
Class ActionNonParameterField

java.lang.Object
  extended by org.alfresco.repo.forms.processor.action.ActionNonParameterField
All Implemented Interfaces:
Field

public class ActionNonParameterField
extends java.lang.Object
implements Field

This class represents a Field for an action form, which is not a parameter.

Since:
4.0

Constructor Summary
ActionNonParameterField(java.lang.String name, org.alfresco.service.namespace.QName type)
           
 
Method Summary
 FieldDefinition getFieldDefinition()
           
 java.lang.String getFieldName()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionNonParameterField

public ActionNonParameterField(java.lang.String name,
                               org.alfresco.service.namespace.QName type)
Method Detail

getFieldDefinition

public FieldDefinition getFieldDefinition()
Specified by:
getFieldDefinition in interface Field
Returns:
the field definition

getFieldName

public java.lang.String getFieldName()
Specified by:
getFieldName in interface Field
Returns:
the fieldName

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface Field
Returns:
the value for this field or null.


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