Class 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 Detail

      • ActionNonParameterField

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

      • 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.