org.alfresco.repo.forms.processor.action
Class ActionNonParameterField
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionNonParameterField
public ActionNonParameterField(java.lang.String name,
org.alfresco.service.namespace.QName type)
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.